Skip to content

Commit d9a1463

Browse files
committed
MM-XXXX
Update changelog to account for recent PRs and test changes. Tick up version number, prep for dist to CPAN
1 parent 97da4e4 commit d9a1463

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,6 @@
246246
4014 2019-12-31 Kevin Kamel <[email protected]>
247247
* Apply patch from Graham Ollis related to listing in module indexes
248248
* Apply patch from Christian Walde related to tests passing
249+
250+
4018 2023-03-04 Kevin Kamel <[email protected]>
251+
* Apply path from Sunnavy related to retaining the order of CSS rules; addresses various unreported bugs

lib/CSS/Inliner.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package CSS::Inliner;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '4014';
5+
our $VERSION = '4018';
66

77
use Carp;
88
use Encode;

0 commit comments

Comments
 (0)