Skip to content

Commit

Permalink
Updated changelog and readme to prepare for v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosecke committed Jun 30, 2015
1 parent c98cba4 commit eb54d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First, add the following dependency to your pom.xml:
<dependency>
<groupId>com.mitchellbosecke</groupId>
<artifactId>pebble</artifactId>
<version> 1.5.0 </version>
<version> 1.5.1 </version>
</dependency>
```

Expand Down

0 comments on commit eb54d81

Please sign in to comment.