summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-09-02 21:21:06 -0500
committerkpdecker <kpdecker@gmail.com>2015-09-02 21:21:06 -0500
commit9a27693fae56c20727ad9974f2a1b542c5728e07 (patch)
tree8fb8b5c422efe64011feac3ed4b70e27e654419f
parent2d9a5151e837f00c7a61b822ce4f62a8eebe86e6 (diff)
downloadhandlebars.js-9a27693fae56c20727ad9974f2a1b542c5728e07.zip
handlebars.js-9a27693fae56c20727ad9974f2a1b542c5728e07.tar.gz
handlebars.js-9a27693fae56c20727ad9974f2a1b542c5728e07.tar.bz2
Update release notes
-rw-r--r--release-notes.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index 2f02140..ef55b63 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -2,7 +2,12 @@
## Development
-[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.0...master)
+[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.1...master)
+
+## v4.0.1 - September 2nd, 2015
+- Fix failure when using decorators in partials - 05b82a2
+
+[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.0...v4.0.1)
## v4.0.0 - September 1st, 2015
- [#1082](https://github.com/wycats/handlebars.js/pull/1082) - Decorators and Inline Partials ([@kpdecker](https://api.github.com/users/kpdecker))