summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-28 09:47:54 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-28 09:47:54 +0000
commit51829984d1cef8942bb455de3ed7a2e97f74bf68 (patch)
tree4fc0a0f70c755bc15523d08b21c728a6a9fc5e5e
parent7e67d99178b458a9c6537247dbf204e27305197f (diff)
downloadbrdo-51829984d1cef8942bb455de3ed7a2e97f74bf68.tar.gz
brdo-51829984d1cef8942bb455de3ed7a2e97f74bf68.tar.bz2
- Added a note about the introduction of the file API.
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 80aa850f3..5c9e9431d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,12 +2,14 @@ Drupal x.x.x, xxxx-xx-xx
------------------------
- added support for the MetaWeblog API and MovableType extensions.
+- added a file API: enables better document management.
- comment module:
* made it possible to disable the "comment viewing controls".
- performance:
* improved module loading when serving cached pages.
* made it possible to automatically disable modules when under heavy load.
* made it possible to automatically disable blocks when under heavy load.
+ * improved performance of locale module and reduced memory footprint.
- theme system:
* made all theme functions start with 'theme_'.
* made all theme functions return their output.