diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 8819a4e3731d1f36448e344b7c6f156616303c86..2e04b17e78cab399654ce2bf2281e26a17528c67 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.