+v3.0.24 2016-09-03
+
+ [ Bug Fixes ]
+ - Fix apply options --check --ignore to full path (not basename).
+
+v3.0.23 2016-09-01
+
+ [ Bug Fixes ]
+ - Fix skip parsing non-files (regression since v3.0.5).
+ - Fix stop ignore options --check --ignore (regression since v3.0.5).
+
+ [ Other ]
+ - Use Path::Iterator::Rule.
+
+v3.0.22 2016-08-21
+
+ [ Bug Fixes ]
+ - Fix have option --deb-machine imply option --deb-fmt.
+
+ [ Other ]
+ - Adjust SPDX-like shortnames to match Debian format.
+ - Improve detection of GPL/LGPL/AGPL versions.
+ - Stop merge differently cased owners.
+ - Use List::Util and Sort::Key::Multi.
+ - Use https protocol in deb-machine header.
+
+v3.0.21 2016-08-20
+
+ [ Bug Fixes ]
+ - Really fix strip copyright sign unconditionally.
+
+v3.0.20 2016-08-20
+
+ [ Bug Fixes ]
+ - Fix strip copyright sign unconditionally.
+ - Fix strip trailing newline from copyrights.
+
+v3.0.19 2016-08-19
+
+ [ Bug Fixes ]
+ - Fix strip copyright sign with option --deb-machine.
+
+ [ Documentation ]
+ - Mention in description of --deb-machine option that it implies
+ --copyright.
+
+ [ Other ]
+ - Add option --copyright-delimiter, including comma by default.
+ - Handle missing year or owner with option --deb-machine.
+ - Require well-formed years when splitting ownerlines with option
+ --deb-machine.