summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-02-07 19:08:28 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-02-07 19:08:28 +0000
commit46140081faba852baa6a66b552148359d5799477 (patch)
tree286bbe06d6faaff01b9c970eaa5c63bb7cdab53b
parent229ac8dec47c67370120dfc710f673a1729a490f (diff)
downloadbrdo-46140081faba852baa6a66b552148359d5799477.tar.gz
brdo-46140081faba852baa6a66b552148359d5799477.tar.bz2
- Mentioning filter system updates.
-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
------------------------