Updated CHANGELOG.md

This commit is contained in:
Patrick Steele-Idem 2015-02-23 17:45:54 -07:00
parent a936c93b4c
commit ea549b912e

View File

@ -5,10 +5,14 @@ Changelog
## 2.0.x
### 2.0.3
### 2.0.4
- :exclamation: Fixed #36 - Deprecated - When using `<include>` with body content, nested body content is now passed in as `String` property named `body`. Old behavior: nested content would be passed in as a `Function` property named `invokeBody` that would return the `String` value of the nested content. `invokeBody()` has been deprecated.
### 2.0.3
- Fixed #36 - Don't use `invokeBody()` in test code and the HTML comments tag
### 2.0.2
- :exclamation: Fixed #36 - Deprecated `input.invokeBody()` in favor of `input.renderBody(out)`