diff ChangeLog @ 591:bb8141898891 stable-0.4.x

Ported [704] to 0.4.x branch.
author cmlenz
date Fri, 10 Aug 2007 09:52:13 +0000
parents 3cb55344d62f
children 66fd7f370acb
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
  * Fixed augmented assignment to local variables in Python code blocks.
  * Fixed handling of nested function and class definitions in Python code
    blocks.
+ * Includes were not raising `TemplateNotFound` exceptions even when no
+   fallback has been specified. That has been corrected.
+ * The template loader now raises a `TemplateNotFound` error when a previously
+   cached template is removed or renamed, where it previously was passing up
+   an `OSError`.
 
 
 Version 0.4.3
Copyright (C) 2012-2017 Edgewall Software