diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f5e5b76af..8ffec9bc0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,35 +33,35 @@
Changed behavior of empty operator overloading Action.
- The safe-access array operator is not safe
+ The safe-access array operator is not safe.
- Debugger does not accept empty return statement
+ Debugger does not accept empty return statement.
- Namespace functors are not cleared when the classloader is updated
+ Namespace functors are not cleared when the classloader is updated.
- Parse error with variables declared in a catch clause
+ Parse error with variables declared in a catch clause.
- Ternary expression regression
+ Ternary expression regression.
- Multiline format literals does not always return string
+ Multiline format literals does not always return string.
Replace NumberParser use of Locale.ENGLISH with Locale.ROOT.
- Make Comparable object high priority while comparing
+ Make Comparable object high priority while comparing.
- Avoid coercing logical expressions to boolean
+ Avoid coercing logical expressions to boolean.
- Enable pass-by-reference for Captured Variables
+ Enable pass-by-reference for Captured Variables.
Bump org.apache.commons:commons-parent from 71 to 78 #279, #282, #287, #291, #295, #301.