summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-09 16:01:54 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-09 16:01:54 +0000
commit4a74b176683762cc5a3f39b7d6cb75df9965985b (patch)
tree529905a0adfc451a4ec76a2ddfa3541dfaa14d7d /CHANGELOG.txt
parentd451458d28d80881ec93672e570578e12e832142 (diff)
downloadbrdo-4a74b176683762cc5a3f39b7d6cb75df9965985b.tar.gz
brdo-4a74b176683762cc5a3f39b7d6cb75df9965985b.tar.bz2
#180719 follow up by catch: document taxonomy changes in changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 72c85095c..70372662f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -14,8 +14,6 @@ Drupal 6.0, xxxx-xx-xx (development version)
* 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 categories 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.
@@ -81,6 +79,11 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Added ability to create and remove temporary files during a cron job.
- Forum improvements:
* Any node type may now be posted in a forum.
+- Taxonomy improvements:
+ * Descriptions for terms are now shown on taxonomy/term pages as well
+ as RSS feeds.
+ * Added versioning support to categories by associating them with node
+ revisions.
- Added support for OpenID.
- Added support for triggering configurable actions.
- Added the Update status module to automatically check for available updates