* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2007-10-14

QA release:
- Fix bug with _L and _C giving wrong values (swapped)
- Fix bug: toRoman() used $this although it's static
- Add unit tests

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2007-10-14

QA release:
- Fix bug with _L and _C giving wrong values (swapped)
- Fix bug: toRoman() used $this although it's static
- Add unit tests

* Version 1.0.1 (beta) - API 1.0.1 (beta) - 2004-04-28

- Added support for lowercase input/output
- Starting with this release conversion is supported from integers up to
  5 999 999 and from the equivalent Roman Numerals
- Added an optional HTML tag to disply roman numerals over 4000 in an
  historically accurate fashion
- General fixes and code rewrite maintaining backward compatibility

* Version 0.2.0 (stable) - API 0.2.0 (stable) - 2004-04-28

- Added support for lowercase input/output
- Starting with this release conversion is supported from integers up to
  5 999 999 and from the equivalent Roman Numerals
- Added an optional HTML tag to disply roman numerals over 4000 in an
  historically accurate fashion
- General fixes and code rewrite maintaining backward compatibility

* Version 0.1.1 (stable) - API 0.1.1 (stable) - 2004-02-26

Fix to enable installation with PEAR installers.

* Version 0.1 (stable) - API 0.1 (stable) - 2002-01-26

This is the initial release of the Numbers_Roman package which has
been in php4/pear for a while.

