The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
v0.93	2005-07-28
  - fix ticket #13900 : cease stripping of empty array elements
    be careful that this fix may break your scripts
  - fix ticket #13898 : apostrophe s in English stemmer
    new method strip_apostrophes() added
v0.92	2005-05-22
	- removed deprecated 'snowball' function
	- added tests for Pod and Pod coverage
	- moved add_stemmer.pl in bin subdirectory
	- renamed private function (added _)
v0.91	2005-05-10
	- don't stem empty words
v0.9	2005-02-07
	- fix doc ticket #11286 : Error in documentation use of 'english' as valid language descriptor
	- fix directory mode in CPAN distribution
	- added 3-subclass.t test file
	- updated ppport.h

v0.8    2004-08-29
	- fix ticket #7909 : typo in _get_lang
	- fix ticket #7910 : Lingua::Stem::Snowball::stem does not allow subclassing
v0.7    2004-07-09
	- fix ticket #6884 : cp is not portable
v0.6    2004-05-06
	- fix a bug in the test suite if there is no locale available
	- fix version numbering due a problem in 0.04 release (0.4 !)
v0.05    2004-04-30
	- fix a little bug in the test suite
v0.04   2004-04-30
        - new maintainer fabpot@cpan.org
        - now include all stemmers from snowball
        - more tests
        - fix various bugs and docs
	- add a benchmark with Lingua::Stem
	- ...

v0.03.1 Sep 11 2002
        Change URL of snowball site (http://snowball.tartarus.org)
        Fix some wordings
        Modify testsnowball.pl script
 
v0.03   04.03.2002
	add locale support

v0.02   14.02.2002
	little documentation fixes, added test script

v0.01   14.02.2002
	Initial release