summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-13 01:01:46 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-13 01:01:46 -0400
commitff246ebcc9b67f7a47ad52529ae81a60a3269305 (patch)
tree01dc82863f51fa3ff88a958826c62a4fce23caf0 /CHANGELOG.txt
parentd3e02219e85bc9335aef13ad7cb668025a7cba11 (diff)
downloadbrdo-ff246ebcc9b67f7a47ad52529ae81a60a3269305.tar.gz
brdo-ff246ebcc9b67f7a47ad52529ae81a60a3269305.tar.bz2
Issue #2146643 by quicksketch: Speed up drupal_parse_info_format() 3x and reduce memory 95%
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 f23b9c993..ed1dd62bd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.40, xxxx-xx-xx (development version)
-----------------------
+- Made Drupal's code for parsing .info files run much faster and use much less
+ memory.
- Prevented drupal_http_request() from returning an error when it receives a
201 through 206 HTTP status code.
- Added support for autoloading traits via the registry on sites running PHP