diff options
author | claudiob <claudiob@gmail.com> | 2013-03-18 14:51:46 -0700 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2013-03-18 14:51:46 -0700 |
commit | 0e56c1de704370f3a2ef0cf9a2d945330b5653c7 (patch) | |
tree | 6ce694d6259ae6a783ebdb72928f7eccab48fc85 /activerecord | |
parent | 167b645a2a0e983cb681d94adbe17480c824e701 (diff) | |
download | rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.tar.gz rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.tar.bz2 rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.zip |
Add release dates to documentation [ci skip]
Set "March 18, 2013" as the release date for 3.2.13
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. |