diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a5229b567..32f132615 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -101,6 +101,7 @@ The type attribute can be add,update,fix,remove. Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #660. Bump jmh.version from 1.21 to 1.27 #674. Update commons.japicmp.version 0.14.3 -> 0.15.1. + Processor.java: check enum euqality with == instead of .equals() method #690. Refine test output for FastDateParserTest