summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-08-21 08:15:07 +0000
committerDries Buytaert <dries@buytaert.net>2007-08-21 08:15:07 +0000
commit22c1cb8a6ac288d76d0971d21993bd173e2ef343 (patch)
treea9d1c4d9a50a100dfbdce2f01fa54f5fab2ce466 /CHANGELOG.txt
parent6eaaa3c1b3779aa4a965232c97eb167f749ed09b (diff)
downloadbrdo-22c1cb8a6ac288d76d0971d21993bd173e2ef343.tar.gz
brdo-22c1cb8a6ac288d76d0971d21993bd173e2ef343.tar.bz2
- Some minor massaging.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 409535139..7ac615fdd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -51,10 +51,10 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Fixes faulty and chopped off HTML in postings.
* Tags are now automatically closed at the end of the teaser.
- Performance:
- * Made it easier to conditionally load include files.
+ * Made it easier to conditionally load include files and split up many core modules.
* Added a JavaScript aggregator and compressor.
+ * Added block-level caching, improving performance for both authenticated and anonymous users.
* Made Drupal work correctly when running behind a reverse proxy like Squid or Pound.
- * Added block-level caching, improving performance for logged-in users.
- File handling improvements:
* Entries in the files table are now keyed to a user, and not a node.
* Added re-usable validation functions to check for uploaded file sizes, extensions, and image resolution.