0.08 2021-09-28
* Fix typos and improve documentation.
0.07 2021-07-17
* Fix English names cf. CPAN RT #71259.
0.06 2021-07-16
* Add support for Norwegian.
* Better argument processing and checking.
* Fix typo in English name ('twelf' -> 'twelve').
0.05 2021-07-14
* Reorganize existing test files, and add more test files.
* The tests now require Test::More version 0.88 or newer.
* New MANIFEST.SKIP file based on the template in the ExtUtils-Manifest
distribution.
* Format CHANGES according to CPAN::Changes::Spec.
0.04 2016-12-03 pjacklam
* Use ExtUtils::MakeMaker rather than Module::Install in Makefile.PL
* Remove Build.PL. It is no longer supported.
* Fix subclassing in Math::BigInt::Named, i.e., replace
"use Math::BigInt::Named" by "use Math::BigInt".
* Remove use of the discouraged "base" package in subclasses of
Math::BigInt::Named.
* Better documentation in .pm files.
* Remove author information in LICENSE file.
* Update README file.
* Trim whitespace.
* Inform that the TODO file is not up to date.
0.03 2007-02-24 Tels 181 tests
* modernize package (META.yml, SIGNATURE, etc.)
* bundle and use Module::Install
* add POD tests
0.02 2001-12-30 Tels
* added German and English (own subclass), some tests and some real code.
0.01 2001-11-20 Tels
* first release