summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e69e3b594..2ae751fef 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,18 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- Use ``caller_package`` function instead of ``caller_module``
+ function within ``templating`` to avoid needing to name the caller
+ module in resource overrides (actually match docs).
+
+- Make it possible to override templates stored directly in a module
+ with templates in a subdirectory of the same module, stored directly
+ within another module, or stored in a subdirectory of another module
+ (actually match docs).
+
1.0a5 (2009-06-28)
==================