summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-05-25 12:32:16 -0500
committerkpdecker <kpdecker@gmail.com>2013-05-25 12:32:16 -0500
commitbff71d79d372a8edccfb6b282715634ac32ac3bb (patch)
tree8d9d36bc5a5d0b6ba9389703b4037310c9a75811
parent4d95d58e157aa5ca212a1d1a5871eb88d7ad814e (diff)
downloadhandlebars.js-bff71d79d372a8edccfb6b282715634ac32ac3bb.zip
handlebars.js-bff71d79d372a8edccfb6b282715634ac32ac3bb.tar.gz
handlebars.js-bff71d79d372a8edccfb6b282715634ac32ac3bb.tar.bz2
Update release notes
-rw-r--r--release-notes.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index fb409c6..2badee0 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -1,6 +1,10 @@
# Release Notes
## Development
+- [#515](https://github.com/wycats/handlebars.js/issues/515) - Add node require extensions support ([@jjclark1982](https://github.com/jjclark1982))
+- [#517](https://github.com/wycats/handlebars.js/issues/517) - Fix amd precompiler output with directories ([@blessenm](https://github.com/blessenm))
+- [#519](https://github.com/wycats/handlebars.js/issues/519) - Fix partials with . name ([@jamesgorrie](https://github.com/jamesgorrie))
+- Docs updates
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.11...master)
@@ -26,7 +30,7 @@
- Fix `toString` handling under IE and browserify ([@tommydudebreaux](https://github.com/tommydudebreaux))
- Add program metadata
-[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.10...master)
+[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.10...v1.0.11)
## v1.0.10 - Node - Feb 27 2013