summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 665b45d3f..36f351b3a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,14 @@
-0.4.2 (11/2/2008)
+Next Release
+
+ Bug Fixes
+
+ - Not passing the result of "get_options" as the second argument of
+ make_app could cause attribute errors when attempting to look up
+ settings against the ISettings object (internal). Fixed by giving
+ the Settings objects defaults for ``debug_authorization`` and
+ ``debug_notfound``.
+
+ 0.4.2 (11/2/2008)
Features