diff --git a/CHANGELOG.md b/CHANGELOG.md index b9acdfd..37ccd46 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,40 +1,41 @@ ### Humanizer 2.3.0 (2010-12-01) -Removed the real_human attribute. -Added an example on how to manually skip validations to the README. -Added a note about attr_accessible to the README. +* Removed the real_human attribute. +* Added an example on how to manually skip validations to the README. +* Added a note about attr_accessible to the README. + ### Humanizer 2.2.0 (2010-11-18) -Added translations: French, Russian. -Added real_human attribute to skip validation. +* Added translations: French, Russian. +* Added real_human attribute to skip validation. ### Humanizer 2.1.1 (2010-09-09) -Updated changelog. +* Updated changelog. ### Humanizer 2.1.0 (2010-09-09) -Minor polishing. -Support for Formtastic inline errors. -Added flexibility to validations. -Added translations: Dutch, Brazilian Portuguese. +* Minor polishing. +* Support for Formtastic inline errors. +* Added flexibility to validations. +* Added translations: Dutch, Brazilian Portuguese. ### Humanizer 2.0.0 (2010-06-30) -Rewrite. -Database and mapper agnosticism. -Use locale YAML files for storage. +* Rewrite. +* Database and mapper agnosticism. +* Use locale YAML files for storage. ### Humanizer 1.0.0 (2010-06-27) -Released to public. +* Released to public. ### Humanizer 0.0.1 (2010-06-26) -First version created. +* First version created.