diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index b4cad5b4ba..818bb371fa 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix typo in validations documentation #1938 [court3nay] + * Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org] * Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky] |