Skip to content

Commit e2ec541

Browse files
committed
Version bump
1 parent d512c26 commit e2ec541

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ Change to how page loading is checked in fire events.
2929

3030
0.124 Thu Oct 1 08:16:00 CET 2020
3131
- error correction for tests when run as root. Use ok in wrong position
32+
33+
0.125 Mon Oct 5 13:15 CET 2020
34+
- allow multiple concurrent navigations (can be caused by iframes) and turn die into opt-in warn

lib/WWW/WebKit2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ use XSLoader;
5555
use English '-no_match_vars';
5656
use POSIX qw<F_SETFD F_GETFD FD_CLOEXEC>;
5757

58-
our $VERSION = '0.124';
58+
our $VERSION = '0.125';
5959

6060
use constant DOM_TYPE_ELEMENT => 1;
6161
use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;

0 commit comments

Comments
 (0)