Skip to content

Commit

Permalink
JEXL-428, JEXL-429: changes;
Browse files Browse the repository at this point in the history
  • Loading branch information
henrib committed Sep 25, 2024
1 parent 2d2300e commit 8851bfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@
<body>
<release version="3.4.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action dev="henrib" type="fix" issue="JEXL-429" due-to="Shuo Geng">
Ternary expression regression
</action>
<action dev="henrib" type="fix" issue="JEXL-425" due-to="Xu Pengcheng">
Multiline format literals does not always return string
</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Replace NumberParser use of Locale.ENGLISH with Locale.ROOT.</action>
<!-- ADD -->
<action dev="henrib" type="add" issue="JEXL-428" due-to="Xu Pengcheng">
Make Comparable object high priority while comparing
</action>
<action dev="henrib" type="add" issue="JEXL-427" due-to="Xu Pengcheng">
Avoid coercing logical expressions to boolean
</action>
Expand Down

0 comments on commit 8851bfc

Please sign in to comment.