* Version 0.18.1 (beta) - API 0.18.1 (beta) - 2014-11-03


* Fixed bug #20435: Missing files in PEAR archive [kouber]
* Fixed French plural handling for "million" and suffixes above [Olivier Brunel]
 

* Version 0.1 (beta) - API 0.1 (beta) - 2002-11-15


This is the initial release of the Numbers_Words package.
   

* Version 0.2 (beta) - API 0.2 (beta) - 2002-11-19


New lang definition file for en_100 (Donald Knuth number system).
   

* Version 0.3 (beta) - API 0.3 (beta) - 2002-11-26


New lang files for de (German), pt_BR (Brazilian Portuguese), es (Spanish). First PEAR release.
   

* Version 0.4 (beta) - API 0.4 (beta) - 2003-09-17


New lang files for: ee (Estonian) and it_IT (Italian).
		Changes to es (extranous spaces) and Words.php
		(trim output, new function toCurrency() for converting currency values).
   

* Version 0.5 (beta) - API 0.5 (beta) - 2003-12-16


New file for Bulgarian and French language. toCurrency() method in en_US translation.
   

* Version 0.5.1 (beta) - API 0.5.1 (beta) - 2003-12-17


Small fix to French translation.
   

* Version 0.6 (beta) - API 0.6 (beta) - 2004-04-27


New file for Argentinian Spanish, Russian and Indonesian language.
   

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


New file for Swedish language. Small fix in fr and bg translations.
   

* Version 0.7.1 (beta) - API 0.7.1 (beta) - 2004-05-25


Small bug fix (use toWords instead of towords) for PHP version 5.
   

* Version 0.8 (beta) - API 0.8 (beta) - 2004-06-17


New file for Lithuanian language. Fixed a class method finding (should work for PHP5 and PHP4 now).
   

* Version 0.8.1 (beta) - API 0.8.1 (beta) - 2004-08-09


Fixed two bugs (missing t in 400, and wrong function call) in Russian translation.
   

* Version 0.9.0 (beta) - API 0.9.0 (beta) - 2004-08-26


New file for Hungarian language (Thanks to Nils Homp).
   

* Version 0.10.0 (beta) - API 0.10.0 (beta) - 2004-09-20


New file for Danish language (Thanks to Jesper Veggerby).
   

* Version 0.10.1 (beta) - API 0.10.1 (beta) - 2004-09-30


Small bug fix to German translation (the one thousand) (Thanks to neuner at futureweb dot at).
   

* Version 0.11.0 (beta) - API 0.11.0 (beta) - 2004-10-22


toCurrencyWords() support in pt_BR translation (Thanks to Mario H.C.T.)
   

* Version 0.12.0 (beta) - API 0.12.0 (beta) - 2005-01-11


New file for French (Belgium) language (Thanks to Philippe Bajoit).
   

* Version 0.13.0 (beta) - API 0.13.0 (beta) - 2005-02-28


New files for Czech (thanks to Petr 'PePa' Pavel) and Hebrew (thanks to Hadar Porat) languages.
   

* Version 0.13.1 (beta) - API 0.13.0 (beta) - 2005-03-09


Fixed a problem with no leading zero in fraction of the currency value (reported by geekdom at gmail dot com).
   

* Version 0.14.0 (beta) - API 0.14.0 (beta) - 2005-09-05


Fixed plural of pence (Thanks to Peter Dunham and Rob King). Added toCurrency method to en_GB language file. Fraction part can be written in digits (Thanks to Rob King).
   

* Version 0.15.0 (beta) - API 0.15.0 (beta) - 2006-06-13


* New file for Dutch language (Thanks to WHAM van Dinter);
* package.xml updated to version 2.0;
* Bugs fixed:
- #5618 locale name (and file name) for Estonian is changed from ee to et;
- #6654 bug in Russian translation;
* New feature added:
- #7339 new Numbers_Words::getLocales() method is available (Thanks to Bertrand Gugger).
   

* Version 0.16.0 (beta) - API 0.16.0 (beta) - 2009-03-10


* Added numerous language unit tests (Bulgarian, English 100, English GB, English US, French, French Belgium, German, Italian, Portuguese Brazilian);
* Swap all tests to PHPUnit 3;
* Bugs fixed:
- #10744 wrong getLocales() Docblock;
- #14988 bogus non-int parsing;
- #14667 bad trascription for 101 numbers and 102 thousands bug;
- incorrect values for 80 and 81 in French Belgium;
- #15260 uninitialized string offset in Brazilian Portuguese.
   

* Version 0.16.1 (beta) - API 0.16.0 (beta) - 2010-02-15


* Clean up package definition and tests;
* Better cast/sanitation of non-integer values;
* Fixed bug #16019 (incorrect trimming of vowels in the Italian extension).
   

* Version 0.16.2 (beta) - API 0.16.0 (beta) - 2010-05-10


* Fixed bug #16435 (improper use of substr() in Polish extension);
* Fixed bug #16667 (wrong spelling of 40 in Hungarian extension) (Vlajos);
* Fixed bug #16733 (incorrect rounding of cents);
* Added optional dependency on Math_BigInteger;
* Improved unit tests (Daniel O'Connor).
   

* Version 0.16.3 (beta) - API 0.16.0 (beta) - 2011-12-11


QA Release
Bug #12512 Windows	incorrect declaration of toWords() in lang.fr.php (and others!)	ifeghali
Bug #17373 bug in toWords function for hungarian translation	kouber
Bug #17392 bugs in toWords function for hungarian translation	ifeghali
Bug #17754 Patch: Using explode instead of split	ifeghali
Request #17763 Independent	tr_TR Lang support	ifeghali
Bug #17794 Patch: avoiding split in es_MX file	ifeghali
Bug #18501 incorrect declaration of toWords() in lang.fr.php	kouber
Bug #19013 remove error_reporting (for PEAR QA team)	ifeghali
   

* Version 0.16.4 (beta) - API 0.16.0 (beta) - 2012-03-20


Currency names for Dutch
Re-licensed to PHP 3.01 [ifeghali]
   

* Version 0.17.0 (beta) - API 0.17.0 (beta) - 2012-07-01


Drop PHP 4
Drop PEAR dependency
Misc fixes and cleanup in Turkish driver
   

* Version 0.18.0 (beta) - API 0.18.0 (beta) - 2014-10-24


* Fixed bug #19453: Incorrect spelling of Hungarian numbers [kouber]
* Fixed bug #19543: Better handling of decimal mark and thousands separators [kouber]
* Fixed bug #19855: Do not emit E_NOTICE when calling toWords() statically [cweiske]
* Fixed pl unicode [Jakub Roszkiewicz]
* Fixed ru_RU currency codes [Vital Leshchyk]
* Fixed tr_TR unicode [Shahriyar Imanov]
* Added en_IN - Indian English [Abhinav Nayak]
* Added lv - Latvian [Andrius]
* Added ro_RO - Romanian [Bogdan Stancescu]
* Added ua - Ukrainian [Vital Leshchyk]
* Unify locale loading code [cweiske]
* Use PEAR class-to-filename convention [cweiske]

This release changes class names and locations of locale files.
This is a backwards compatibility break.
   

* Version 0.18.1 (beta) - API 0.18.1 (beta) - 2014-11-03


* Fixed bug #20435: Missing files in PEAR archive [kouber]
* Fixed French plural handling for "million" and suffixes above [Olivier Brunel]
   

