Add CHANGELOG entries

This commit is contained in:
ccocchi 2012-09-13 16:08:42 +02:00
parent e9f0c69f15
commit 04defc9a19
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# CHANGELOG
## 0.2.0 (unrelased)
* Default template to render with responder can be set per controller
* Reponder works out of the box with devise
* object or collection can be skipped if use with `respond_to` blocks
## 0.1.3
* Render correcly when variables are not passed via the assigns ivar but as helper methods
(decent_exposure, focused_controller)