From 819927141961e01fb1eb02198d874af885e13b1e Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Tue, 14 Aug 2012 14:14:03 -0700 Subject: [PATCH] Update ChangeLog for v3.23. --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f2ac83e..0fe203e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ # ChangeLog for Pod::Simple dist #--------------------------------------------------------------------------- - * Release 3.22 +2012-08-14 David E. Wheeler + * Release 3.23 Eliminated nested elements in table of contents (index) items output of Pod::Simple::XHTML. This was especially problematic for @@ -9,6 +10,21 @@ elements, which simply would not work. Thanks to Ben Bullock for the report and test case (RT #77686). + Fixed semantically invalid nested XHTML generated by + Pod::Simple::XHTML since v3.21. Gisle Aas. + + Improved support for nested "C< >" tags in Pod::Simple::XHTML. + Gisle Aas. + + No longer tries to decode a string with the "utf8" flag set, as + the double-decoding only triggered an error. Grant McLean. + + Added documentation note that the API expects encoded text + (octets). Grant McLean. + + Added "parse_characters()" option to specify that strings to are + already decoded from octets into characters. Grant McLean. + 2012-05-27 David E. Wheeler * Release 3.22