Index: CHANGELOG.txt =================================================================== RCS file: /cvs/drupal/drupal/CHANGELOG.txt,v retrieving revision 1.264 diff -u -p -r1.264 CHANGELOG.txt --- CHANGELOG.txt 22 Apr 2008 09:18:47 -0000 1.264 +++ CHANGELOG.txt 6 May 2008 15:03:34 -0000 @@ -26,6 +26,10 @@ Drupal 7.0, xxxx-xx-xx (development vers - 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 ----------------------