diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d28626f50..0d9091aa2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -105,6 +105,7 @@ The type attribute can be add,update,fix,remove. Add generics to JXPathContext.iteratePointers(String). Add generics to JXPathContext.decimalFormats. Migrate tests to JUnit5 #214. + Replace try-catch constructs in tests with assertThrows #215. XPath function "ends-with" is not implemented (although "starts-with" is).