aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSean Walbran <swalbran@socialcast.com>2013-05-07 14:11:52 -0500
committerSean Walbran <swalbran@socialcast.com>2013-05-07 14:11:52 -0500
commit2ed9ab2ed67d4da7348e831ba76d02a0347a583e (patch)
treef100f32698a0fdd27f09acbea4369338087c2cc0 /activesupport
parent9003a422f2a717ef11409245bfb8e81018be56c4 (diff)
downloadrails-2ed9ab2ed67d4da7348e831ba76d02a0347a583e.tar.gz
rails-2ed9ab2ed67d4da7348e831ba76d02a0347a583e.tar.bz2
rails-2ed9ab2ed67d4da7348e831ba76d02a0347a583e.zip
add changelog entry for fix-10502-skip-object-filter
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 8819a4e373..2e04b17e78 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Fix skipping object callbacks using metadata fetched via callback chain
+ inspection methods (`_*_callbacks`)
+
+ *Sean Walbran*
+
* Add a `fetch_multi` method to the cache stores. The method provides
an easy to use API for fetching multiple values from the cache.