The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

=======================================================================
0.11 -> 0.12     12/18/98 -sdh
-----------------------------------------------------------------------
Fixed critical linkage bug in publish()
=======================================================================


=======================================================================
0.12 -> 0.13	 12/19/98 -sdh
-----------------------------------------------------------------------
Fixed warning on null formats in handle_tag()
=======================================================================


=======================================================================
0.13 -> 0.14	 12/20/98 -sdh
-----------------------------------------------------------------------
Fixed bug whereby data was not passed to convert_value() in 
Publish::Lists for the header,footer,divider, and empty components.
=======================================================================


=======================================================================
0.14 -> 0.15	 12/23/98 -sdh
-----------------------------------------------------------------------
Changed namespace from "Publish" to "Text::Merge" per the CPAN 
registration.

Fixed typo for line-by-line mode in publish_to() for publishing 
Filename to FileHandle.
=======================================================================


=======================================================================
0.15 -> 0.16	 1/2/99 -sdh
-----------------------------------------------------------------------
Installed Test::Harness usage.

Added a defined but empty return value to handle_tag() in
Merge.pm for the exception cases.

Added empty return value when invoking an ACT: with a subroutine
id that is undefined.

Added the sort_list() method to Text::Merge::Lists.

Reduced error messages in Text::Merge::Lists::list_style_template() 

Added url_encode() & url_decode() to the Text::Merge package.
=======================================================================


=======================================================================
0.16 -> 0.17	 1/14/99 -sdh
-----------------------------------------------------------------------
Added the conversion format 'words#' where # is an integer.
=======================================================================


=======================================================================
0.17 -> 0.18	 1/29/99 -sdh
-----------------------------------------------------------------------
Null value now returned on date conversions of empty or zero values.
=======================================================================


=======================================================================
0.18 -> 0.20	 2/11/99 -sdh
-----------------------------------------------------------------------
Added HTML table style support.
=======================================================================


=======================================================================
0.20 -> 0.21	 2/21/99 -sdh
-----------------------------------------------------------------------
Fixed bug in table style display related to filler cell.
=======================================================================


=======================================================================
0.21 -> 0.22	 3/4/99 -sdh
-----------------------------------------------------------------------
Fixed bug in test programs to handle no elegant Time Zone conversion
in perl.  Now the test input is constructed before the tests are run.

Added 'paragraph##' and 'indent##' formats for text output.
=======================================================================


=======================================================================
0.22 -> 0.23	 3/29/99 -sdh
-----------------------------------------------------------------------
Added conversion of > < & and " in browser_unescape() 
in Merge.pm so that we are compatible with the CGI::Base module (and
probably CGI.pm, too).
=======================================================================