1Revision history for Perl extension Text::WordDiff.
2
30.08  2011-10-19T22:08:34Z
4      - Control and punctuation characters are now treated as standalone
5        chunks rather than as part of the words the preceed them. This makes
6        for much more intuitive-looking diffs. Thanks to Artem Krivopolenov
7        for the pull request.
8
90.07  2011-06-19T05:04:42
10      - Removed `.gitignore` file.
11      - Added proper links to the GitHub repository.
12      - Added bug reporting and repository metadata.
13
140.06  2011-06-18T22:20:53
15      - Moved repository to GitHub.
16      - Added Text::WordDiff::HTMLTwoLines by Amelia Ireland.
17
180.05  2009-04-06T18:34:42
19      - Fixed documentation typo in Search::WordDiff::ANSIColor. Patch from
20        Jeff Lavallee (Ticket #40509).
21
220.04  2008-05-06T17:24:36
23      - Fixed a pasto in the "Support" section of the documentation.
24      - Fixed an encoding-related test failure on Perl 5.6.2. Thanks to
25        David Cantrell for the usual QA.
26
270.03  2008-05-05T03:27:04
28      - Added the "configure_requires" and "recommends" parameters to
29        Build.PL.
30      - Added a link to the Subversion repository.
31
320.02  2005-09-16T01:19:16
33      - Fixed example CSS so that insert is green and delete is red, instead
34        of vice-versa.
35      - Added code to split strings into words based on the Unicode \p{IsWord}
36        character class in Perl 5.6.0 and later.
37      - Expanded on the "What is a Word?" documentation section with some
38        examples and more details based on the discussion at
39        http://www.justatheory.com/computers/programming/perl/split_words.html.
40
410.01  2005-09-07T19:05:08
42      - Initial public release.
43