summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-04-28 14:51:32 -0500
committerkpdecker <kpdecker@gmail.com>2015-04-28 14:51:32 -0500
commit0bf79ea5c088c3803690a2d7307a47e22e3e72e9 (patch)
tree28b3eaeff88e307b46e5d4dca1a62b3269426cbe
parent972f52171878ce88af455d7e8fac401a27ba0168 (diff)
downloadhandlebars.js-0bf79ea5c088c3803690a2d7307a47e22e3e72e9.zip
handlebars.js-0bf79ea5c088c3803690a2d7307a47e22e3e72e9.tar.gz
handlebars.js-0bf79ea5c088c3803690a2d7307a47e22e3e72e9.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 b412261..21a5346 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -2,7 +2,12 @@
## Development
-[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.2...master)
+[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.3...master)
+
+## v3.0.3 - April 28th, 2015
+- [#1004](https://github.com/wycats/handlebars.js/issues/1004) - Latest version breaks with RequireJS (global is undefined) ([@boskee](https://api.github.com/users/boskee))
+
+[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.2...v3.0.3)
## v3.0.2 - April 20th, 2015
- [#998](https://github.com/wycats/handlebars.js/pull/998) - Add full support for es6 ([@kpdecker](https://api.github.com/users/kpdecker))