Skip to content

Commit

Permalink
Updated CHANGELOG for 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosecke committed Oct 1, 2016
1 parent fdae54a commit 9c04541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.2.3 (2016-10-01)
- Bug fix: Fix the use of the "set" tag within a for loop
- Bug fix: Fix the concatenation of SafeString (ex. the output of two macros)
- Added misc getters to various internal nodes

## v2.2.2 (2016-07-03)
- Improved error when attempting to iterate over a non-iterable object
- [Updates to pebble-spring-boot-starter](https://github.com/PebbleTemplates/pebble-spring-boot-starter/blob/master/CHANGELOG.md)
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>2.2.2</version>
<version>2.2.3<version>
</dependency>
```

Expand Down

0 comments on commit 9c04541

Please sign in to comment.