diff --git a/HISTORY.md b/HISTORY.md index ea21e4e4..a1954cad 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +# 1.0.4 +## 2015-05-8 +* Routes can specify custom headers +* Allows for a custom layout filename +* Bugfix: Case where some views were rendered twice +* Allow for custom template finder, option for the app +* allows readFromCache to be set to true / false in the fetch spec +* Pass a templateEngine to the template adapter, at the application level. +* Dependency updates + # 1.0.3 ## 2015-03-27 * Bug fix for Require.js Needs to statically analyze the include in shared/app.js for the router. diff --git a/package.json b/package.json index 7cb95013..9d0b7366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendr", - "version": "1.0.3", + "version": "1.0.4", "description": "Render your Backbone.js apps on the client and the server.", "main": "index.js", "scripts": {