aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-10-28 19:09:22 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-10-28 19:09:22 -0200
commitf18cf8e4884529f28d19f118abd0b46c99bd8cfa (patch)
treeda0bdb7f4888b51cac17e3d31029c71ff52b5797 /activesupport/CHANGELOG.md
parentf78c5fbb96b507fb80405c25cfce12136f9d45cd (diff)
parentc17bd7476abb0bade3c27e652b1d56548d0ee4ae (diff)
downloadrails-f18cf8e4884529f28d19f118abd0b46c99bd8cfa.tar.gz
rails-f18cf8e4884529f28d19f118abd0b46c99bd8cfa.tar.bz2
rails-f18cf8e4884529f28d19f118abd0b46c99bd8cfa.zip
Merge pull request #11785 from grosser/grosser/file-unless-exist
support :unless_exist for FileCache Conflicts: activesupport/CHANGELOG.md activesupport/test/caching_test.rb
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index cae4ee7fde..25667af101 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Support :unless_exist in FileStore
+
+ *Michael Grosser*
+
* Fix `slice!` deleting the default value of the hash.
*Antonio Santos*