Skip to content

Commit

Permalink
updating version and changes file, new release coming up!
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Nov 11, 2012
1 parent bee696a commit 1925dbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Revision history for Data-Printer

0.34 2012-11-11
NEW FEATURES:
- improved display of DBIC ResultSets
- 'Digest' filter now works on any Digest::base modules [RT#80039]
- enclosing quotes on strings are displayed using a different colour
(patch by Ivan Bessarabov)

OTHER:
- new tip by dirk: creating fiddling filters
- updated documentation including external filters
(JSON, ClassicRegex, URI)

0.33 2012-08-20
BUG FIXES:
- fixed warning in external filters for some
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Printer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use File::HomeDir ();
use Fcntl;
use version 0.77 ();

our $VERSION = '0.33';
our $VERSION = '0.34';

BEGIN {
if ($^O =~ /Win32/i) {
Expand Down

0 comments on commit 1925dbf

Please sign in to comment.