summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-03-24 14:22:22 -0500
committerkpdecker <kpdecker@gmail.com>2015-03-24 14:22:22 -0500
commit40894e619b7efed74a3f08cfd556006e4b5dbdab (patch)
tree5d82fb6a55e981d02cbd28318ff7842dc167f442
parent1d401a2abcab5c65e29221b98dc66e0963d5c8db (diff)
downloadhandlebars.js-40894e619b7efed74a3f08cfd556006e4b5dbdab.zip
handlebars.js-40894e619b7efed74a3f08cfd556006e4b5dbdab.tar.gz
handlebars.js-40894e619b7efed74a3f08cfd556006e4b5dbdab.tar.bz2
Update release notes
-rw-r--r--release-notes.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index ad7b7f0..1d6787e 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -2,7 +2,16 @@
## Development
-[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.0...master)
+[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.1...master)
+
+## v3.0.1 - March 24th, 2015
+- [#984](https://github.com/wycats/handlebars.js/pull/984) - Adding documentation for passing arguments into partials ([@johneke](https://api.github.com/users/johneke))
+- [#973](https://github.com/wycats/handlebars.js/issues/973) - version 3 is slower than version 2 ([@elover](https://api.github.com/users/elover))
+- [#966](https://github.com/wycats/handlebars.js/issues/966) - "handlebars --version" does not work with v3.0.0 ([@abloomston](https://api.github.com/users/abloomston))
+- [#964](https://github.com/wycats/handlebars.js/pull/964) - default is a reserved word ([@grassick](https://api.github.com/users/grassick))
+- [#962](https://github.com/wycats/handlebars.js/pull/962) - Add dashbars' link on README. ([@pismute](https://api.github.com/users/pismute))
+
+[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.0...v3.0.1)
## v3.0.0 - February 10th, 2015
- [#941](https://github.com/wycats/handlebars.js/pull/941) - Add support for dynamic partial names ([@kpdecker](https://api.github.com/users/kpdecker))