From 2ed9ab2ed67d4da7348e831ba76d02a0347a583e Mon Sep 17 00:00:00 2001 From: Sean Walbran Date: Tue, 7 May 2013 14:11:52 -0500 Subject: [PATCH] add changelog entry for fix-10502-skip-object-filter --- activesupport/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- GitLab