From 22c1cb8a6ac288d76d0971d21993bd173e2ef343 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Aug 2007 08:15:07 +0000 Subject: [PATCH] - Some minor massaging. --- CHANGELOG.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 40953513907..7ac615fdd9f 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.