1.3
What is new
- Possible BC - Parsing call was moved from
ExpressionDescriptor.get_descriptiontoExpressionDescriptor.__init__that means parsing exceptions are thrown when callingExpressionDescriptorconstructor and not when callingExpressionDescriptor.get_descriptionmodify your exception handling accordingly... - Possible BC - Option
throw_exception_on_parse_error(boolean) was removed, code now works as ifthrow_exception_on_parse_error=True(default - always throw exceptions). Removethrow_exception_on_parse_erroroption from your code if you were using it.
Full Changelog: 1.2.35...1.3