updated changelog

This commit is contained in:
Steve Klabnik 2012-05-09 16:57:30 -04:00
parent c180f9e7f7
commit b8aa25527e
1 changed files with 14 additions and 0 deletions

View File

@ -2,8 +2,22 @@
= Master
== 0.12.1
* Added Changelog
* Prevented double decoration, see #173
* ActiveModel::Errors support, 19496f0c
* Fixed autoloading issue, see #188
* Re-did generators, see 9155e58f
* Added capybara integration, see 57c8678e
* Fixed a few bugs with the DecoratedEnumerableProxy
== 0.11.1
* Fixed regression, we don't want to introduce a hard dependency on Rails. #107