From eb54d81129bcdcce343c249c4f74ee6812e20d17 Mon Sep 17 00:00:00 2001 From: Mitchell Bosecke Date: Mon, 29 Jun 2015 20:06:46 -0600 Subject: [PATCH] Updated changelog and readme to prepare for v1.5.1 --- CHANGELOG.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ```