Skip to content

Commit 666ab2f

Browse files
committed
MM-XXXX
Apply test related patch from Sunnavy related to tests failing/passing incorrectly, reported in RT 163010
1 parent b403283 commit 666ab2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,8 @@
250250
4018 2023-03-04 Kevin Kamel <[email protected]>
251251
* Apply path from Sunnavy related to retaining the order of CSS rules; addresses various unreported bugs
252252

253-
4024 2024-03-13 Kevin Kamel <[email protected]>
253+
4024 2025-03-13 Kevin Kamel <[email protected]>
254254
* Apply patch from Sunnavy related to ignore style tag attributes with the ignore_style_type_attr arg
255+
256+
4027 2025-05-04 Kevin Kamel <[email protected]>
257+
* Apply test related patch from Sunnavy related to tests failing/passing incorrectly, reported in RT 163010

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 = '4024';
5+
our $VERSION = '4027';
66

77
use Carp;
88
use Encode;

0 commit comments

Comments
 (0)