From 9c045414a311d245bcd9728f154a354cbc6ab3d5 Mon Sep 17 00:00:00 2001 From: Mitchell Bosecke Date: Sat, 1 Oct 2016 13:16:01 -0600 Subject: [PATCH] Updated CHANGELOG for 2.2.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c31d4f96..312840786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 31930a956..857ef2c86 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ First, add the following dependency to your pom.xml: com.mitchellbosecke pebble - 2.2.2 + 2.2.3 ```