Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Mar 27, 2009
1 parent 6c38d84 commit fd46f6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/constants.yml
@@ -1 +1 @@
PROTOTYPE_VERSION: 1.6.0.3
PROTOTYPE_VERSION: 1.6.1_rc2

0 comments on commit fd46f6b

Please sign in to comment.