Skip to content

Commit

Permalink
Prepare Changes and README files for upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Mar 9, 2014
1 parent b7ad833 commit 27e5448
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
@@ -1,5 +1,15 @@
Revision history for Template::Flute

0.0106 Sun Mar 9 13:36:42 2014 CET

[ENHANCEMENTS]

* Add URI adjust feature.

[BUG FIXES]

* Call is_filled form method only on an existing form object.

0.0105 Sat Mar 8 14:28:22 2014 CET

[ENHANCEMENTS]
Expand Down
5 changes: 4 additions & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ NAME
Template::Flute - Modern designer-friendly HTML templating Engine

VERSION
Version 0.0105
Version 0.0106

SYNOPSIS
use Template::Flute;
Expand Down Expand Up @@ -189,6 +189,9 @@ CONSTRUCTOR

Classical example: `Dancer::Session::Abstract'.

uri Base URI for your template. This adjusts the links in the HTML tags
`a', `base', `img', `link' and `script'.

METHODS
process [HASHREF]
Processes HTML template, manipulates the HTML tree based on the
Expand Down

0 comments on commit 27e5448

Please sign in to comment.