aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorJon McCartie <jon@mccartie.com>2013-02-14 09:14:46 -0600
committerJon McCartie <jon@mccartie.com>2013-02-14 09:36:33 -0600
commitf15581b1bab8fa042f4614f9b2709c3c580ad9d1 (patch)
tree7e260d27b4c9ec46b178ca887b56c2b71a2f882f /activemodel
parentd1904aff6f04bcca0ee3da4aae8477f2f30b7e85 (diff)
downloadrails-f15581b1bab8fa042f4614f9b2709c3c580ad9d1.tar.gz
rails-f15581b1bab8fa042f4614f9b2709c3c580ad9d1.tar.bz2
rails-f15581b1bab8fa042f4614f9b2709c3c580ad9d1.zip
Fixed changelog typos [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 73837e7de6..d5871a4d4d 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,7 +1,7 @@
* Specify type of singular association during serialization *Steve Klabnik*
-## Rails 3.2.12 (Fev 11, 2013) ##
+## Rails 3.2.12 (Feb 11, 2013) ##
* Fix issue with `attr_protected` where malformed input could circumvent protection.
CVE-2013-0276