aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-11 23:32:59 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-11 23:33:01 -0200
commite0da95bd7e058d2b3199691484550b54c385d6ed (patch)
treef74c2111518cdb810b2b46ac70bb26d230c57bd2 /activerecord
parentf1efecfc3f009d7b25a0b72170914a2739cb3765 (diff)
downloadrails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.gz
rails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.bz2
rails-e0da95bd7e058d2b3199691484550b54c385d6ed.zip
Update changelogs with version/release dates [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 8fcab1c8f4..99bef61407 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -208,7 +208,8 @@
*Gabriel Sobrinho, Ricardo Henrique*
-## Rails 3.2.12 ##
+
+## Rails 3.2.12 (Fev 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
@@ -220,6 +221,7 @@
*Dylan Smith*
+
## Rails 3.2.11 (Jan 8, 2013) ##
* Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]