summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2016-02-01 18:10:52 -0500
committerDavid Rothstein <drothstein@gmail.com>2016-02-01 18:10:52 -0500
commitf0d59102f528a9c66b1c3355bb6b2ee48f8b0282 (patch)
tree5c2f0a90964d7d2635e2266b75e13fd2fce4cb88 /CHANGELOG.txt
parent50c9b281548c18f09f03625a7bd41acc296a18c1 (diff)
downloadbrdo-f0d59102f528a9c66b1c3355bb6b2ee48f8b0282.tar.gz
brdo-f0d59102f528a9c66b1c3355bb6b2ee48f8b0282.tar.bz2
Issue #1443308 by cilefen, joseph.olstad, mikeytown2, joelpittet, btopro, alexpott, jonhattan, marcingy, stewsnooze, Fabianx, pounard, tstoeckler, penyaskito: Add static cache to module_load_include()
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a00ec9101..829cb8fd5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,7 @@
Drupal 7.42, xxxx-xx-xx (development version)
-----------------------
+- Added static caching to module_load_include() to improve performance.
- Fixed double-encoding bugs in select field widgets provided by the Options
module. The fix deprecates the 'strip_tags' property on option widgets and
replaces it with a new 'strip_tags_and_unescape' property (minor data