Skip to content

Commit bde162c

Browse files
committed
MM-12068
Prepare to tag version 3957, add Changelog entry and update embedded version #
1 parent 380d599 commit bde162c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,13 @@
194194
- update tests to properly exercise associated changes
195195
* Rename test psuedo.t to pseudo.t (spelling)
196196
* Bump up HTML::Query requirement to 0.09
197+
198+
3957 2015-05-15 Kevin Kamel <[email protected]>
199+
* Add support for an argument to the Inliner constructor to override the default set of entities
200+
- resolve feature request raised in CPAN RT100857
201+
- add test to validate basic behavior
202+
* Fix issues within pod documentation
203+
* Added patch provided by [email protected] within CPAN RT99934
204+
- Resolves improper !important rule handling
205+
- Adds test for validating proper !important rule handling
206+
* Update copyright to 2015 throughout project

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

77
use Carp;
88

0 commit comments

Comments
 (0)