diff ChangeLog @ 569:c17342ef9efb trunk

Attribute access in template expressions no longer silently ignores exceptions other than `AttributeError` raised in the attribute accessor.
author cmlenz
date Tue, 17 Jul 2007 10:00:52 +0000
parents 0d98569eaced
children f0461dc3939a
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,8 @@
    ignored tags (ticket #132).
  * The HTML sanitizer now strips any CSS comments in style attributes, which
    could previously be used to hide malicious property values.
+ * Attribute access in template expressions no longer silently ignores
+   exceptions other than `AttributeError` raised in the attribute accessor.
 
 
 Version 0.4.2
Copyright (C) 2012-2017 Edgewall Software