diff --git a/CHANGELOG.md b/CHANGELOG.md index baf808b91..dc651f50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## v1.5.1 -- New constructor in ClasspathLoader that accepts a custom classloader. +- New runtime exception thrown if there's an error invoking a member found via reflection +- New constructor in ClasspathLoader that accepts a custom classloader - Bug fix: Fixed path separator used in ClasspathLoader to work on Windows - Bug fix: Fixed path separator used in ServletLoader to work on Windows diff --git a/README.md b/README.md index 048e80c5d..f9fa76f02 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ First, add the following dependency to your pom.xml: com.mitchellbosecke pebble - 1.5.0 + 1.5.1 ```