From 2a20976e6a766e8f53004fd74c2d869d4cc90517 Mon Sep 17 00:00:00 2001 From: kpdecker Date: Mon, 19 May 2014 23:15:18 -0500 Subject: [PATCH] Update release notes --- release-notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index dc8da36f..981231e1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,7 +2,12 @@ ## Development -[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.3...master) +[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.4...master) + +## v2.0.0-alpha.4 - May 19th, 2014 +- Expose setup wrappers for compiled templates - 3638874 + +[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) ## v2.0.0-alpha.3 - May 19th, 2014 - [#797](https://github.com/wycats/handlebars.js/pull/797) - Pass full helper ID to helperMissing when options are provided ([@tomdale](https://api.github.com/users/tomdale))