summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-08-05 21:32:02 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-08-05 21:32:02 -0400
commitcadd940917efc18715172ee29b9c8128affcddaa (patch)
treef4199b770af5938546384d05bbd06406f1111479 /CHANGELOG.txt
parent2df0b841f5a6794ff961033ff21f6d3d7a181b2b (diff)
downloadbrdo-cadd940917efc18715172ee29b9c8128affcddaa.tar.gz
brdo-cadd940917efc18715172ee29b9c8128affcddaa.tar.bz2
Issue #1860876 by pounard: Fixed module_implements_write_cache() should not drop caches when requesting with POST method.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 48e2119d4..c56694ce8 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
+- Performance improvement: Allowed all hooks to be included in the
+ module_implements() cache, even those that are only invoked on HTTP POST
+ requests.
- Made the database system replace truncate queries with delete queries when
inside a transaction, to fix issues with PostgreSQL and other databases.
- Fixed a bug which caused nested contextual links to display improperly.