Skip to content

Commit

Permalink
JEXL: release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrib committed Jun 3, 2021
1 parent 263e221 commit 8dc8e97
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ New Features in 3.2:

Bugs Fixed in 3.2:
==================
* JEXL-347 : Missing unsolvable property exception for reference when used with equals
* JEXL-348: Parsing error when mixing namespaces with conditional expressions
* JEXL-347: Missing unsolvable property exception for reference when used with equals
* JEXL-346: namespace function syntax leads to strange error for "common case" of ternary operator
* JEXL-336: Escape some control characters
* JEXL-331: Please document \uXXXX escape sequence
Expand Down
22 changes: 20 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,34 @@
</properties>
<body>
<release version="3.2">
<action dev="henrib" type="fix" issue="JEXL-348" due-to="Cameron Samak">
Parsing error when mixing namespaces with conditional expressions
</action>
<action dev="csamak" type="update" due-to="Cameron Samak">
Update to ph-javacc-maven-plugin 4.1.4.
</action>
<action dev="henrib" type="fix" issue="JEXL-347" due-to="Cameron Samak">
Missing unsolvable property exception for reference when used with equals
</action>
<action dev="henrib" type="fix" issue="JEXL-346" due-to="David Costanzo">
namespace function syntax leads to strange error for "common case" of ternary operator
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump actions/setup-java from v1.4.3 to v2 #160.
</action>
<action dev="henrib" type="fix" issue="JEXL-344" due-to="David Costanzo">
<action dev="henrib" type="add" issue="JEXL-344" due-to="David Costanzo">
Don't fill stack trace for JexlExpression#Return (to improve performance)
</action>
<action dev="henrib" type="add" issue="JEXL-341" due-to="Garret Wilson">
Errors needs to provide more information on caught exceptions.
</action>
<action dev="henrib" type="add" issue="JEXL-340" due-to="Garret Wilson">
JexlException message access is incomplete and reversed
</action>
<action dev="Hussachai Puripunpinyo" type="fix" issue="JEXL-336">
Escape some control characters
</action>
<action dev="henrib" type="fix" issue="JEXL-335">
<action dev="henrib" type="update" issue="JEXL-335">
Update JUnit to 4.13.1
</action>
<action dev="henrib" type="add" issue="JEXL-334">
Expand Down

0 comments on commit 8dc8e97

Please sign in to comment.