summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 65b3182f8..bab28b719 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -34,6 +34,10 @@ Drupal x.x.x, xxxx-xx-xx
- refactored 404 (file not found) handling to support custom 404 pages.
- documentation:
* added PHPDoc/Doxygen comments.
+- improved the filter system to prevent conflicts between filters:
+ * made it possible to change the order in which filters are applied.
+ * extra step for resolving conflicts with content that looks like HTML (e.g.
+ PHP code).
Drupal 4.3.2, 2004-01-01
------------------------