Skip to content

Commit

Permalink
Note changes from Gisle.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed May 23, 2012
1 parent df8e6f9 commit 9da067c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Expand Up @@ -21,6 +21,19 @@
select UTF-8 encoding if the non-ASCII bytes form a valid UTF-8
byte sequence, or Latin-1 otherwise. Grant McLean.

Added 'handle_code' method to Pod::Simple::XHTML. This allows
subclasses to override the handling of verbatim blocks, and makes
for a more cohesive interface, to boot. Gisle Aas.

Subsequent text segments are now joined together and passed as a
single unit to text handling code. This makes it easier for custom
handlers to process complete blocks of text in a single call to
'handle_text', rather than in dribs and drabs. Gisle Aas.

Replaced naive text wrapping code in Pod::Simple::DumpAsXML with
Text::Wrap, which was already used for similar purposes elsewhere
in Pod::Simple. Gisle Aas.

2012-03-01 David E. Wheeler <david@justatheory.org>
* Release 3.20

Expand Down

0 comments on commit 9da067c

Please sign in to comment.