2020-09-12 (v2.2)
	Fixed regression bug for parsing of concatenated boolean options.
	Fixed regression bug for -- terminating option parsing.

2019-02-21 (v2.1)
	Update to allow EnumeratedStringOption types to be specified by substring.

2018-12-04 (v2.0)
	Updated to support Java 9+ as a module.
	Added support for overriding LocalDateOption date format.
	Changed to only show short option names in short usage message (can override if needed).
	Bug fix for parsing grouped flag/value options.
	Bug fix for case-sensitivity handling in EnumeratedStringOption.
	Bug fix for possible newline display in some circumstances.
	Bug fix for an occasional wrong parsing-related error message.
	Improved documentation.

2017-10-26 (v1.5)
	Updated to support Java 9 as an automatic module.

2015-10-01 (v1.4)
	Updated to support Java 8 as minimum version.
	Converted date option to use LocalDate instead of Date.
	Better integration for date option.

2015-04-29 (v1.3)
	Updated to support Java 7 as minimum version.
	Added overloaded methods for defining options with minimum/maximum value counts.

2013-11-09 (v1.2)
	Added overloaded methods for greater convenience of option retrieval.
	Fixed bug with detection of external resources.
	Fixed some resource translation errors.

2012-02-29 (v1.1.1)
	Fixed bug with auto-detection of JAR file launch for usage message.
	Fixed bug in error message display when parser option already in use.
	Fixed a few small resource typos/problems.

2011-07-05 (v1.1)
	Added ability to specify limits on option multiples.
	Added basic language support for additional locales: fr/de/es/pt.
