summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-12 14:19:06 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-12 14:19:06 -0400
commitd2900abc52256190275b1ed7c3d75e88d14c48c4 (patch)
tree61ed24b84218492cfd793dcc17265433f3389ef4 /CHANGELOG.txt
parentf09fb9ec7c506f12d7f2498faa1a3f3d51d16547 (diff)
downloadbrdo-d2900abc52256190275b1ed7c3d75e88d14c48c4.tar.gz
brdo-d2900abc52256190275b1ed7c3d75e88d14c48c4.tar.bz2
Issue #1534490 by msonnabaum, bigjim, David_Rothstein, pounard, Dave Reid: Make block cache cids alterable
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 98f4bca25..dfdfdd765 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.40, xxxx-xx-xx (development version)
-----------------------
+- Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the
+ cache keys used for caching a particular block.
- Made drupal_set_message() display and return messages when "0" is passed in
as the message to set.
- Fixed non-functional "Files displayed by default" setting on file fields.