*** 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)
   

