summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ceb7a9796..c0e872b23 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -25,6 +25,8 @@ Drupal 7.15, xxxx-xx-xx (development version)
theme settings defined by the base theme.
- Fixed bug which prevented notifications from being sent when core, module, and
theme updates are available.
+- Performance improvement: Removed needless call to system_rebuild_module_data()
+ in field_sync_field_status(), greatly speeding up bulk module enable/disable.
Drupal 7.14 2012-05-02
----------------------