Merge pull request #2694 from bogdan/internal_validation

Moved strict validation changelog entry to right place
This commit is contained in:
Santiago Pastorino
2011-08-25 10:14:25 -07:00
2 changed files with 1 additions and 1 deletions

View File

@@ -204,4 +204,5 @@ person.valid? #=> raises ActiveModel::StrictValidationFai
h3. Changelog
* August 24, 2011: Add strict validation usage example. "Bogdan Gusiev":http://gusiev.com
* August 5, 2011: Initial version by "Arun Agrawal":http://github.com/arunagw

View File

@@ -1270,7 +1270,6 @@ The +after_commit+ and +after_rollback+ callbacks are guaranteed to be called fo
h3. Changelog
* August 24, 2011: Add strict validation usage example. "Bogdan Gusiev":http://gusiev.com
* February 17, 2011: Add description of transaction callbacks.
* July 20, 2010: Fixed typos and rephrased some paragraphs for clarity. "Jaime Iniesta":http://jaimeiniesta.com
* May 24, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":http://jaimeiniesta.com