--- CHANGELOG.txt	2007-09-12 23:29:58.000000000 -0700
+++ CHANGELOG_new.txt	2007-09-12 23:29:31.000000000 -0700
@@ -10,7 +10,7 @@ Drupal 6.0, xxxx-xx-xx (development vers
    * Extended the database log module so log messages can be filtered.
    * Added syslog module: useful for monitoring large Drupal installations.
 - Added optional e-mail notifications when users are approved, blocked, or deleted.
-- Added versioning support to node terms.
+- Added versioning support to taxonomy terms by associating them with node revisions.
 - Drupal works with error reporting set to E_ALL.
 - Added scripts/drupal.sh to execute Drupal code from the command line. Useful to use Drupal as a framework to build command-line tools.
 - Made signature support optional and made it possible to theme signatures.
@@ -35,6 +35,7 @@ Drupal 6.0, xxxx-xx-xx (development vers
     * Made it possible to configure your own date formats.
     * Remember anonymous comment posters.
     * Only allow modules and themes to be enabled that have explicitly been ported to the right core API version.
+    * Can now specify the minimum PHP version required for a module within the .info file.
     * Dynamically check password strength and confirmation.
 - Theme system:
     * Added .info files to themes and made it easier to specify regions and features.
@@ -42,6 +43,7 @@ Drupal 6.0, xxxx-xx-xx (development vers
     * Used the Garland theme for the installation and maintenance pages.
     * Added theme preprocess functions for themes that are templates.
     * Added support for themeable functions in JavaScript.
+    * Added ability for dynamic theming with wildcards.
 - Refactored update.php to a generic batch API to be able to run time consuming operations in multiple subsequent HTTP requests.
 - Installer:
     * Themed the installer with the Garland theme.
@@ -59,12 +61,16 @@ Drupal 6.0, xxxx-xx-xx (development vers
 - 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.
+    * Added ability to create and remove temporary files during a cron job.
 - Forum improvements:
     * Any node type may be posted in a forum.
 - Added support for OpenID.
-- Added support for configurable actions.
+- Added support for triggering configurable actions.
 - Made user profiles easier to theme by using array rendering and supplying template files.
 - Added the Update status module to automatically check for available updates and warn sites if they are missing security updates or newer versions.
+- Upgraded the core JavaScript library to jQuery version 1.2.
+- Added hooks that allow modules to execute code at the beginning of a page request for either cached or non-cached pages.
+- Added a new Schema API that abstracts the process of creating new database tables.
 
 Drupal 5.0, 2007-01-15
 ----------------------
