summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-01-27 16:24:32 -0500
committerDavid Rothstein <drothstein@gmail.com>2013-01-27 16:24:32 -0500
commit7e689afdd48ef354a286ed27ad2f8c3b55789a6a (patch)
tree67efba06afd4e6a2c4b37695519bfcc4ca237c80
parentbd1dc1fdbb428bc745f26b1183e1052603cd1d6e (diff)
downloadbrdo-7e689afdd48ef354a286ed27ad2f8c3b55789a6a.tar.gz
brdo-7e689afdd48ef354a286ed27ad2f8c3b55789a6a.tar.bz2
Add note to CHANGELOG.txt pointing to the change notification for the _field_info_collate_fields() memory usage commit.
-rw-r--r--CHANGELOG.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ebf4d4701..d525fecaf 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,7 +2,8 @@
Drupal 7.20, xxxx-xx-xx (development version)
-----------------------
- Refactored the Field module's caching behavior to obtain massive improvements
- in memory usage for sites with many fields and instances.
+ in memory usage for sites with many fields and instances (API addition:
+ http://drupal.org/node/1880666).
- Fixed entity argument not being passed to implementations of
hook_file_download_access_alter(). The fix adds an additional context
parameter that can be passed when calling drupal_alter() for any hook (API