Updated changelog

This commit is contained in:
Norman Clarke 2013-04-05 17:08:40 -03:00
parent 2d52a47022
commit 2859d88721
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## 4.0.2 (Unreleased)
* Fix :erb filter putting duplicate content in Rails views.
(thanks [Jori Hardman](https://github.com/jorihardman))
* Replace range with slice to reduce objects created by `capture_haml`.
(thanks [Tieg Zaharia](https://github.com/tiegz))
* Correct/improve some documentation.