aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-12-13 02:43:50 -0800
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-12-13 02:43:50 -0800
commit3bf4ddfefbd26a558bda00fbea537db712f9d865 (patch)
treee157f4439543540dae9bac669c4f74c2de8f7185 /activerecord/CHANGELOG.md
parent6fbee4fc539cc29c68c0d515fa5e0af208f3f681 (diff)
parentd68e299167c8da07dc63a55197313b5c3396c3a4 (diff)
downloadrails-3bf4ddfefbd26a558bda00fbea537db712f9d865.tar.gz
rails-3bf4ddfefbd26a558bda00fbea537db712f9d865.tar.bz2
rails-3bf4ddfefbd26a558bda00fbea537db712f9d865.zip
Merge pull request #8504 from senny/backport_8492
Backport of #8500, recognize migrations, in folders containing numbers and 'rb'.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9e65cc0145..0b22939884 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,11 @@
## Rails 3.2.10 (unreleased)
+* Recognize migrations placed in directories containing numbers and 'rb'.
+ Fix #8492
+ Backport of #8500
+
+ *Yves Senn*
+
* Add `ActiveRecord::Base.cache_timestamp_format` class attribute to control
the format of the timestamp value in the cache key.
This allows users to improve the precision of the cache key.