Skip to content

Commit

Permalink
Release 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Oct 2, 2011
1 parent f4f4f48 commit ebefa82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2011-10-02 Gisle Aas <gisle@ActiveState.com>

Release 1.20

Add depth() method to FilterContext

Make dump($1) work [RT#63883]

Limit our temp listen socket to localhost [RT#63534]


2010-10-19 Gisle Aas <gisle@ActiveState.com>

Release 1.19
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Dump.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require Exporter;
@EXPORT = qw(dd ddx);
@EXPORT_OK = qw(dump pp dumpf quote);

$VERSION = "1.19";
$VERSION = "1.20";
$DEBUG = 0;

use overload ();
Expand Down

0 comments on commit ebefa82

Please sign in to comment.