diff options
author | joernchen of Phenoelit <joernchen@phenoelit.de> | 2013-02-16 20:01:54 +0100 |
---|---|---|
committer | joernchen of Phenoelit <joernchen@phenoelit.de> | 2013-02-16 20:01:54 +0100 |
commit | 01b63c7bc7be8cb155f72e20faeaf213b16f9d85 (patch) | |
tree | b079e7e12100d14f9aacb46dc01773a3108454ef /activemodel | |
parent | 7f4975ffc618bc3125039c565507a385c1187183 (diff) | |
download | rails-01b63c7bc7be8cb155f72e20faeaf213b16f9d85.tar.gz rails-01b63c7bc7be8cb155f72e20faeaf213b16f9d85.tar.bz2 rails-01b63c7bc7be8cb155f72e20faeaf213b16f9d85.zip |
Update activemodel/CHANGELOG.md
Fixed a typo
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index b5c18e3419..5b78bd950c 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -8,7 +8,7 @@ * Fix issue with `attr_protected` where malformed input could circumvent protection. CVE-2013-0276 - *joerncheen* + *joernchen* ## Rails 3.2.11 (Jan 8, 2013) ## |