Move CHANGES.txt entry

This commit is contained in:
David Smiley 2024-10-03 08:46:44 -04:00
parent 82b08045fd
commit f4fcaa6423
No known key found for this signature in database
GPG Key ID: 6FDFF3BF6796FD4A

View File

@ -49,7 +49,8 @@ Optimizations
Bug Fixes Bug Fixes
--------------------- ---------------------
(No changes) * GITHUB#13832: Fixed an issue where the DefaultPassageFormatter.format method did not format passages as intended
when they were not sorted by startOffset. (Seunghan Jung)
Other Other
--------------------- ---------------------
@ -270,9 +271,6 @@ Bug Fixes
* GITHUB#12878: Fix the declared Exceptions of Expression#evaluate() to match those * GITHUB#12878: Fix the declared Exceptions of Expression#evaluate() to match those
of DoubleValues#doubleValue(). (Uwe Schindler) of DoubleValues#doubleValue(). (Uwe Schindler)
* GITHUB#13832: Fixed an issue where the DefaultPassageFormatter.format method did not format passages as intended
when they were not sorted by startOffset. (Seunghan Jung)
Changes in Runtime Behavior Changes in Runtime Behavior
--------------------- ---------------------