aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorJan Berdajs <mrbrdo@gmail.com>2012-10-18 16:28:45 +0200
committerJan Berdajs <mrbrdo@gmail.com>2012-10-18 16:29:17 +0200
commita774354dfea6dfe9b0caff2ab1df52a1f73716be (patch)
treef8f1e7f2a5a6e0603713fb10f3de8887c54d0e9d /activemodel/CHANGELOG.md
parentc1e080d515af180f6bf92ab83d7af23819e2a063 (diff)
downloadrails-a774354dfea6dfe9b0caff2ab1df52a1f73716be.tar.gz
rails-a774354dfea6dfe9b0caff2ab1df52a1f73716be.tar.bz2
rails-a774354dfea6dfe9b0caff2ab1df52a1f73716be.zip
add credit to committer of pull request #6569
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 2c966943ee..aa42bf762f 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -76,6 +76,6 @@
* Trim down Active Model API by removing `valid?` and `errors.full_messages` *José Valim*
-* When `^` or `$` are used in the regular expression provided to `validates_format_of` and the :multiline option is not set to true, an exception will be raised. This is to prevent security vulnerabilities when using `validates_format_of`. The problem is described in detail in the Rails security guide.
+* When `^` or `$` are used in the regular expression provided to `validates_format_of` and the :multiline option is not set to true, an exception will be raised. This is to prevent security vulnerabilities when using `validates_format_of`. The problem is described in detail in the Rails security guide *Jan Berdajs + Egor Homakov*
Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md) for previous changes.