aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-06 13:31:07 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-06 13:31:07 -0300
commitbbec7d72bed585d24f3d0d827b4911e30a887708 (patch)
tree65c65beb5cf9e1992a993dd1ee8ac133f825653a /activerecord
parenta3bda38467377cb8c3cdd52b6fcf6c6c31f74b82 (diff)
parent50d6b4549d56ac3a82f2096bd479a7b2305b0bf3 (diff)
downloadrails-bbec7d72bed585d24f3d0d827b4911e30a887708.tar.gz
rails-bbec7d72bed585d24f3d0d827b4911e30a887708.tar.bz2
rails-bbec7d72bed585d24f3d0d827b4911e30a887708.zip
Merge branch '3-2-sec' into 3-2-stable
Conflicts: actionpack/CHANGELOG.md
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md15
-rw-r--r--activerecord/lib/active_record/version.rb2
2 files changed, 16 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 878e5eeebc..6ac368f379 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,18 @@
+## Rails 3.2.18 (May 6, 2014) ##
+
+* No changes.
+
+
+## Rails 3.2.17 (Feb 18, 2014) ##
+
+* No changes.
+
+
+## Rails 3.2.16 (Dec 3, 2013) ##
+
+* No changes.
+
+
## Rails 3.2.15 (Oct 16, 2013) ##
* When calling the method .find_or_initialize_by_* from a collection_proxy
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb
index cced9eae8f..3dd782af9f 100644
--- a/activerecord/lib/active_record/version.rb
+++ b/activerecord/lib/active_record/version.rb
@@ -2,7 +2,7 @@ module ActiveRecord
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 17
+ TINY = 18
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')