summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-05-06 15:39:36 +0000
committerDries Buytaert <dries@buytaert.net>2008-05-06 15:39:36 +0000
commite3fcf349327306ed168f509ace94f97262cbca52 (patch)
tree4cd1326c2950945cad8c75dd6b0573afb929b22e /CHANGELOG.txt
parentf33faa2c948874a386eeedd8172e5e879d1bc295 (diff)
downloadbrdo-e3fcf349327306ed168f509ace94f97262cbca52.tar.gz
brdo-e3fcf349327306ed168f509ace94f97262cbca52.tar.bz2
- Patch #221964 Crell / Larry Garfield et al: oh my, the registry patch lands.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4005842d7..bb48b207d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -26,6 +26,10 @@ Drupal 7.0, xxxx-xx-xx (development version)
- Removed throttle module:
* Alternative methods for improving performance are available in other core and
contributed modules.
+- Added code registry:
+ * Modules now declare their includable files via their .info file. That
+ allows Drupal to scan files when a module is enabled and then lazy-load
+ code as needed, resulting in significant performance and memory improvements.
Drupal 6.0, 2008-02-13
----------------------