diff options
-rw-r--r-- | release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 7de9ef2..d2800f9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,14 @@ # Release Notes ## Development + +- [#537](https://github.com/wycats/handlebars.js/issues/537) - Add CommonJS and AMD loader support ([@spikebrehm](https://github.com/spikebrehm)) +- [#544](https://github.com/wycats/handlebars.js/issues/544) - Push travis builds to build server ([@fivetanley](https://github.com/fivetanley)) + +Compatibility notes: +- The client-code has been wrapped in a hybrid AMD/CommonJS loader. + This may cause unexpected issues with different build/loading mechanisms so this change is being made early in the 1.1 lifecycle. + [Commits](https://github.com/wycats/handlebars.js/compare/v1.0.12...master) ## v1.0.12 / 1.0.0 - May 31 2013 |