*** Version 3.2.13 (stable) - API 3.2.6 (stable) - 2011-10-01


* maxYear in date element defaults to current year rather than 2010 (bug #18171)
* autocomplete element now works under FF4+ (bug #18530)
 

*** Version 3.2.12 (stable) - API 3.2.6 (stable) - 2010-10-17


* Added Serbian translation for date element (sent by Milos Tijanic)
* Added Greek translation for date element (sent by Pantelis Evgenidis)
* Got rid of deprecated split() function (thanks to Daniel O'Connor)
* Rewritten Javascript for hierselect element to not rely on "for in" loop
  (bug #16603)
   

*** Version 3.2.11 (stable) - API 3.2.6 (stable) - 2009-04-07


* PHP-style Unicode escape codes in regular expressions are translated to
  Javascript-style ones when using client-side validation (bug #12736)
* Rules for grouped elements were not removed when removing a group via
  removeElement() method (bug #14540)
* Allow setting $collectHidden parameter in constructor of ArraySmarty
  renderer, as allowed in constructor of Array renderer (bug #14995)
* Element name was not removed from $_required array in removeElement()
  (bug #15520)
* Third and subsequent selects in hierselect could be not cleared under some
  circumstances (bug #15955)
   

*** Version 3.2.10 (stable) - API 3.2.6 (stable) - 2007-10-05


* An error in date's setValue() method prevented setting the 'empty' value
  as the default one (bug #11717)
* A space could be displayed instead of '0' for frozen elements with value
  set to '0' (bug #11995)
* Validation rules on file uploads will be skipped only if no upload was
  attempted, not if it failed for some reason (bug #12014)
* 'filename' rule returned integer instead of expected boolean (bug #12015)
* Regexps in Default renderer missed necessary 's' modifier (bug #12026)
   

