summaryrefslogtreecommitdiffstats
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index 9736ad0..5ea873e 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -2,7 +2,13 @@
## Development
-[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.3...master)
+[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.4...master)
+
+## v4.0.4 - October 29th, 2015
+- [#1121](https://github.com/wycats/handlebars.js/pull/1121) - Include partial name in 'undefined partial' exception message ([@shinypb](https://api.github.com/users/shinypb))
+- [#1125](https://github.com/wycats/handlebars.js/pull/1125) - Add promised-handlebars to "in-the-wild"-list ([@nknapp](https://api.github.com/users/nknapp))
+
+[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.3...v4.0.4)
## v4.0.3 - September 23rd, 2015
- [#1099](https://github.com/wycats/handlebars.js/issues/1099) - @partial-block is overridden ([@btmorex](https://api.github.com/users/btmorex))