diff options
author | Jon McCartie <jon@mccartie.com> | 2013-02-14 09:14:46 -0600 |
---|---|---|
committer | Jon McCartie <jon@mccartie.com> | 2013-02-14 09:36:33 -0600 |
commit | f15581b1bab8fa042f4614f9b2709c3c580ad9d1 (patch) | |
tree | 7e260d27b4c9ec46b178ca887b56c2b71a2f882f | |
parent | d1904aff6f04bcca0ee3da4aae8477f2f30b7e85 (diff) | |
download | rails-f15581b1bab8fa042f4614f9b2709c3c580ad9d1.tar.gz rails-f15581b1bab8fa042f4614f9b2709c3c580ad9d1.tar.bz2 rails-f15581b1bab8fa042f4614f9b2709c3c580ad9d1.zip |
Fixed changelog typos [ci skip]
-rw-r--r-- | actionmailer/CHANGELOG.md | 2 | ||||
-rw-r--r-- | actionpack/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activemodel/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activerecord/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activeresource/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 86080188aa..bd04b5dabb 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.12 (Fev 11, 2013) ## +## Rails 3.2.12 (Feb 11, 2013) ## * No changes. diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 5d11ad5eba..31d17f81e0 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -122,7 +122,7 @@ *Daniel Fox, Grant Hutchins & Trace Wax* -## Rails 3.2.12 (Fev 11, 2013) ## +## Rails 3.2.12 (Feb 11, 2013) ## * No changes. 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 diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 7666b8f11f..67f3d47d10 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -216,7 +216,7 @@ *Gabriel Sobrinho, Ricardo Henrique* -## Rails 3.2.12 (Fev 11, 2013) ## +## Rails 3.2.12 (Feb 11, 2013) ## * Quote numeric values being compared to non-numeric columns. Otherwise, in some database, the string column values will be coerced to a numeric diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index 314ffd66a7..f3e424e1eb 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.12 (Fev 11, 2013) ## +## Rails 3.2.12 (Feb 11, 2013) ## * No changes. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 467b5e466a..3f41c80540 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -22,7 +22,7 @@ *Daniele Sluijters* -## Rails 3.2.12 (Fev 11, 2013) ## +## Rails 3.2.12 (Feb 11, 2013) ## * No changes. |