Skip to content

Commit

Permalink
Updates for a 2.13 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradchoate committed Jul 26, 2014
1 parent 61c7ebb commit 21b144b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

NEXT
- Added textile command-line tool
2.13 -

- Added textile command-line tool submitted by Amir Karger.

- Applied a patch submitted by Serap Kadam for issues with parsing
whitespace around '!' characters.

- Applied a patch submitted by Andy Yacomink for handling mixed-case
HTML entity names.

- Applied a patch submitted by Andy Yacomink for running some of
the inline modifier code as a separate method to allow for a
subclass to override/prevent them.


2.12 -

Expand Down
2 changes: 1 addition & 1 deletion lib/Text/Textile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base 'Exporter';
our @EXPORT_OK = qw(textile);
our $VERSION = 2.12;
our $VERSION = 2.13;
our $debug = 0;

sub new {
Expand Down

0 comments on commit 21b144b

Please sign in to comment.