Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jan 16, 2012
1 parent b669d2f commit 1833c84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,6 +1,10 @@
# -*- yaml -*-
# Revision history for Markapl

0.14:
- properly encode attribute values to entities.
- Allow passing undef as attribute value to generate value-less attributes in HTML.

0.13:
- Allow extra [-:\.] case in id & class according to SGML basic types. by gslin++

Expand Down
2 changes: 1 addition & 1 deletion lib/Markapl.pm
Expand Up @@ -9,7 +9,7 @@ use String::BufferStack;
use HTML::Entities;

use 5.008;
our $VERSION = "0.13";
our $VERSION = "0.14";

my $buffer;
sub buffer {
Expand Down

0 comments on commit 1833c84

Please sign in to comment.