diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 02c02bd5b..293b0e4c6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,7 @@ The type attribute can be add,update,fix,remove. Fixed two non-deterministic tests in EnumUtilsTest.java #1131. Fix wrong number check that cause StringIndexOutOfBoundsException #1140. Rethrow NegativeArraySizeException as SerializationException in SerializationUtils.deserialize(InputStream) #1141. - Throw NumberFormatException instead of IndexOutOfBoundsException in NumberUtils.getMantissa(String, int) #1145. + Throw NumberFormatException instead of IndexOutOfBoundsException in NumberUtils.getMantissa(String, int) #1145. Minor grammar fixes #1143. Bump commons-parent from 64 to 65.