From 8b65fa771e3f2b1126f4988397cc651d98adbb67 Mon Sep 17 00:00:00 2001 From: kpdecker Date: Fri, 10 May 2013 01:24:11 -0500 Subject: [PATCH] Update release notes --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 828ab9c06..69c7ea1b2 100644 --- a/release-notes.md +++ b/release-notes.md @@ -12,6 +12,7 @@ - [#302](https://github.com/wycats/handlebars.js/issues/302) - Fix sanity check in knownHelpersOnly mode - [#369](https://github.com/wycats/handlebars.js/issues/369) - Allow registration of multiple helpers and partial by passing definition object - Add bower package declaration ([@DevinClark](https://github.com/DevinClark)) +- Add NuSpec package declaration ([@MikeMayer](https://github.com/MikeMayer)) - Handle empty context in `with` ([@thejohnfreeman](https://github.com/thejohnfreeman)) - Support custom template extensions in CLI ([@matteoagosti](https://github.com/matteoagosti)) - Fix Rhino support ([@broady](https://github.com/broady))