summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-11 18:15:02 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-11 18:15:02 +0000
commitb5f006c70eb635d709be9f1bc6de929b4ea9e166 (patch)
tree1426d0830e48c891d6de2bd32b1e1f23562d8979
parentd81f159c633d558fc12c4df0126e8df8e7163fe3 (diff)
downloadbrdo-b5f006c70eb635d709be9f1bc6de929b4ea9e166.tar.gz
brdo-b5f006c70eb635d709be9f1bc6de929b4ea9e166.tar.bz2
- Documented some recent changes and additions
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9cd076542..bcca4c01d 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
------------------------