1.3.0-9 - 2004-10-17
====================

 * Fixed [ 1040556 ] validators type mismatch (was [1036938])
  [tiran]

1.3.0-8
====================

 * Fixed a bug in MaxSizeValidator, added some comments and made it much faster.
   [tiran]

1.3.0-7 - 2004-09-25
====================

 * Updated README.txt
   [tiran]

 * Fixed last failing unit tests
   [tiran]

1.3.0-6 - 2004-09-17
====================

 * Removed old setup.py
   [tiran]

 * Added isEmptyNoError validator to fix [ 1023153 ] isEmpty validator must
   return empty string when it failed.
   {tiran]

 * Don't show error msg in chain when a validator doesn't return StringTypes. It
   was required for isEmptyNoError validator which is returning False.
   {tiran]

1.3.0-5 - 2004-09-04
====================

 * Fixed typo in RegexValidator
   [tiran]

 * Unit tests now based on ZopeTestCase
   [tiran]

1.3.0-4 - 2004-08-16
====================

 * nothing changed

1.3.0-3 - 2004-08-06
====================

 * Nothing changed

1.3.0-2 - 2004-07-29
====================

 * Nothing changed