aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2012-12-12 21:51:38 +0100
committerYves Senn <yves.senn@garaio.com>2012-12-13 09:08:32 +0100
commit349d4606004d20cb0ace1980bcb6d0af13f6b504 (patch)
tree9a3b26f3f5e2be349cafd96e7a343435824f7e35 /activerecord/CHANGELOG.md
parentd4333eded218346eb8b8313f7c69851782f594ef (diff)
downloadrails-349d4606004d20cb0ace1980bcb6d0af13f6b504.tar.gz
rails-349d4606004d20cb0ace1980bcb6d0af13f6b504.tar.bz2
rails-349d4606004d20cb0ace1980bcb6d0af13f6b504.zip
recognize migrations, in folders containing numbers and 'rb'.
Closes #8492
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 3955a2466e..de386cd358 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Recognize migrations placed in directories containing numbers and 'rb'.
+ Fix #8492
+
+ *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.