diff options
-rw-r--r-- | CHANGELOG.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 66b04db8a..36b30b70b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -58,6 +58,8 @@ Drupal 6.0, xxxx-xx-xx (development version) * 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 support for OpenID. +- Made user profiles easier to theme by using array rendering and supplying template files. +- Added Deletion API to allow modules to alter and respond to any delete operation. Drupal 5.0, 2007-01-15 ---------------------- |