diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4a33a611f6d..118c5cf4f7b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ Drupal 5.0, xxxx-xx-xx (development version) ------------------------ - completely retooled the administration page * /admin now contains an administration page which may be themed + * reorganised administration menu items by task and by module * added a status report page with detailed PHP/MySQL information - added web-based installer which can: * check installation requirements @@ -13,7 +14,11 @@ Drupal 5.0, xxxx-xx-xx (development version) * be localized - included the jQuery JavaScript library 1.0.1 and converted all core JavaScript to use it - introduced the ability to alter mail sent from system -- moved core modules to their own directories to allow additional flexibility +- module system: + * added .info files for module meta-data + * added support for module dependencies + * improved module installation screen + * moved core modules to their own directories - added support for different cache backends - added support for a generic "sites/all" directory. - usability: