From b5f006c70eb635d709be9f1bc6de929b4ea9e166 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 11 Sep 2003 18:15:02 +0000 Subject: [PATCH] - Documented some recent changes and additions --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9cd076542ba3..bcca4c01d195 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,16 +6,18 @@ Drupal x.x.x, xxxx-xx-xx (to be released) - database backend: * added support for database table prefxing. - performance improvements: - * optimized SQL queries. + * optimized many SQL queries for speed by converting left joins to inner joins. - comment module: * changed the comment module to use the standard pager and rewrote the comment housekeeping code to be much more efficient. - user module: * added support for multiple sessions per user. + * added support for anonymous user sessions. - forum module: * improved the forum views and the themability thereof. - usability improvements: * added support for "mass node operations" to ease repetitive tasks. + * added support for breadcrumb navigation to several modules' user pages. Drupal 4.2.0, 2003-08-01 ------------------------ -- GitLab