diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4bbf5adbb..ea6bd8b86 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -112,6 +112,7 @@ The type attribute can be add,update,fix,remove. MethodUtils.getMatchingMethod() fails with "Found multiple candidates" #1033. Construct ArrayList with better default size #1041. ThreadUtilsTest#testThreadGroups will test failed when using Junit5 parallel test #1051. + Swap the order of assertion args (first excepted then actual) #1054. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).