summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRichard Simões <rsimoes@cpan.org>2012-04-12 20:04:36 -0500
committerRichard Simões <rsimoes@cpan.org>2012-04-12 20:12:39 -0500
commit039b1aa667373f9af5b5fe4121d509075cddbc69 (patch)
tree0399836a2ea4bdb7d939e8974c86bce04d092257 /Changes
parentMerge pull request #5 from ywatase/fix_extention_problem (diff)
downloaddancer-template-xslate-039b1aa667373f9af5b5fe4121d509075cddbc69.tar.gz
Clean up code and docs, tweak tests.
Diffstat (limited to '')
-rw-r--r--Changes17
1 files changed, 10 insertions, 7 deletions
diff --git a/Changes b/Changes
index 8edba69..91fb2f4 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,15 @@
Revision history for Dancer-Template-Xslate
{{$NEXT}}
+ - Fix bug involving conversion from "extension" to "suffix" options.
+ - Documented caveats involving Dancer's "layout" feature.
-0.02 2011-12-12 18:35:33 CST6CDT
- - fix bug preventing templates with extensions other than "tt" from being found
- - accept relative template paths
- - fix MS Windows pathing bug
- - don't use Dancer::Config directly
+0.02 2011-12-12 18:35:33 America/Chicago
+ - Fix bug preventing templates with extensions other than "tt" from being
+ found.
+ - Now accepting relative template paths
+ - Fixed MS Windows pathing bug.
+ - Stopped using Dancer::Config directly.
-0.01 Mon 2010-08-02 12:23:50 CEST
- - initial release
+0.01 Mon 2010-08-02 12:23:50 CEST
+ - initial release