The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.31	- 2022-01-01
    * It is 2021 - no changes in 2021
    * It is 2022

0.30	- 2020-12-23
    * Add --swap/-s
    * Fix META issue for bugtracker

0.29	- 2020-09-16
    * Fix Changes
    * Default changed by $ENV{CLICOLOR} - see https://bixense.com/clicolors/
    * It's 2020
    * Fallback to Pod::Text if nroff not available for --man
    * Support header colors and header for non-u
    * Refuse to diff character and block devices
    * Warn that --recurse and folders are not yet supported
    * Prefer Algorithm::Diff::XS if installed (raf)
    * Support arrarefs for when used as module

0.28	- 2019-09-02
    * Add cpanfile

0.27	- 2019-01-15
    * Requires Algorithm::Diff 1.1901
    * Default no-color to $ENV{NO_COLOR} - see https://no-color.org
    * Happy 2019
    * Make sure file arg - only reads STDIN

0.26	- 2018-10-14
    * Update git-ccdiff
    * Docs for git
    * Include git-ccdiff as file
    * $HOME for Windows users
    * Add option to skip header
    * Add tests
    * Add --settings
    * Add repo and provides to META

0.25	- 2018-09-07
    * Use CORE module for --info
    * Show codepoints under -v3 (issue#14)
    * Add --no-colors
    * Reverse/invert debug color too under -r if possible
    * Add --ellipsis / -e
    * Allow used character indicators in RC

0.24	- 2018-08-26
    * Filter colors on Term::ANSIColor version
    * Add heuristics

0.23	- 2018-08-23
    * Add color "none" to disable a color
    * Try to prevent unsupported colors
    * Also color line-change-indicators (-, +, <, and >) (issue#8)
    * Add threshold for horizontal diff (issue#9)
    * Remove one leading space for unified diffs
    * Add git integration to integrated docs (issue#10)
    * Add all Term::ANSIColor colors as known
    * Fix color leakage in multiline changes

0.22	- 2018-08-21
    * Fix issue tracker (issue#6, jwilk)
    * Require perl-5.14.0 because of syntax used
    * More docs about markers
    * Add doc warning about large datasets
    * Support emacs users with new config setting
    * Fix license issues (gregoa, issue#2)

0.21	- 2018-08-19
    * Add characterchange-marker on verbose level 2 and up
    * Fancy is default, ascii is optional
    * Colors are not optional, markers are
    * Fix markers for spaces
    * Fix doc typo (issue#4)

0.20	- 2018-08-16
    * Start inline documentation
    * Support configuration
    * Add -I/--index
    * Add --verbose meaning
    * Add --list-colors

0.10	- 2018-08-15
    * Allow bold variants for colors
    * Start of -B implementation

0.09	- 2018-08-10
    * Header for unified diff

0.08	- 2018-08-02
    * Implement -b
    * Implement -Z
    * Implement -i

0.07	- 2018-07-30
    * Add --utf8
    * Add git integration example

0.06	- 2018-07-20
    * Reset colors before newlines
    * Add --utf-8
    * Add git integration example

0.05	- 2018-07-09
    * Add unified diff (-u, -u0)
    * Complete the usage message

0.04	- 2018-07-06
    * Put it all in git and on github

0.03	- 2018-07-06
    * Add color options (--pink, --reverse, --old=C, --new=C, --bg=C)
    * Add Unicode indicators (--fancy)

0.02	- 2018-05-15
    * Add --no-color

0.01	- 2018-05-14
    * Initial version