Bump version number.

This commit is contained in:
Andrew Dupont 2009-03-22 22:27:12 -05:00
parent 6c38d84254
commit fd46f6bbcf
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
* `Form.serialize` now works safely with forms that have "length"-named elements. [#77 state:resolved] (Peter Adrianov, John-David Dalton, kangax)
*1.6.1_rc1* (March 22, 2009)
* `Element#update` now takes care of SCRIPT elements in IE. [#573 state:resolved] (Martin, Tobie Langel, kangax)
* Remove unused local variables from `Element.extend`. Fix one of the form tests to remove `_extendedByPrototype` by setting it to `undefined` rather than `false` (`_extendedByPrototype` being `false` does not force `Element.extend` to re-extend element). (T.J. Crowder, kangax)

View File

@ -1 +1 @@
PROTOTYPE_VERSION: 1.6.0.3
PROTOTYPE_VERSION: 1.6.1_rc2