diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 2d05bd857f..608bfa81a2 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## unrelesed ## +## unreleased ## * Reload the association target if it's stale. `@stale_state` should be nil when a model isn't saved. @@ -13,7 +13,7 @@ *kennyj* -## Rails 3.2.13 ## +## Rails 3.2.13 (Mar 18, 2013) ## * Reverted 921a296a3390192a71abeec6d9a035cc6d1865c8, 'Quote numeric values compared to string columns.' This caused several regressions. |