From 82b143f9720ea5837289af32785ce5ef951943d9 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 15 Jul 2010 20:03:58 +0200 Subject: [PATCH] Changelog entry for 0.5.2 Conflicts: CHANGES --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 9e95b349..3b77329f 100644 --- a/CHANGES +++ b/CHANGES @@ -27,6 +27,14 @@ Release date to be announced, codename to be decided. is now optional to be consistent with the function of the same name on the application object. +Version 0.5.2 +------------- + +Bugfix Release, released on July 15th 2010 + +- fixed another issue with loading templates from directories when + modules were used. + Version 0.5.1 -------------