diff --git a/CHANGELOG.md b/CHANGELOG.md index f431721..07b1b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,27 @@ +# Release 1.1.3-jdk-11 + +## Release Highlights + +* Switched back to slf4j + +## New Features + +* DefaultScriptContext.forName(String className, boolean required) + +## Bug Fixes + +* QNExpression: Avoiding issues with ClassProviders- Fixed NPE in QNExpression + +* Avoiding ConfigurationError in QNEnvocationExpression + + + # Release 1.1.2-jdk-11 ## Release Highlights * introduce checkstyle + * update dependencies (junit, log4j, rd-lib-common)