We just released Prototype 1.6.1 RC2! (Yes, on a Friday evening.) http://is.gd/pkGB
[prototype] http://bit.ly/F716i Andrew Dupont - Bump version number.
[prototype] http://bit.ly/pAIiG Juriy Zaytsev - Revert Opera title fix
[prototype] http://bit.ly/133Jok Juriy Zaytsev - Fix erroneous `readAttribute` test.
[prototype] http://bit.ly/uSPs1 Juriy Zaytsev - Avoid creation of element, use document.documentElement instead
[prototype] http://bit.ly/yQfd7 Juriy Zaytsev - Use feature testing in `Element#readAttribute` when taking care of Opera's `getAttribute ...
[prototype] http://bit.ly/3KLJD Juriy Zaytsev - Use `Prototype.emptyFunction` consistently throughout unit tests. [#253 state:resolved]
[prototype] http://bit.ly/3dcfqv Tobie Langel - deprecation extension: Modified deprecation notice for Array#reduce.
[prototype] http://bit.ly/xIs36 Tobie Langel - deprecation extension: clean-up tests.
[prototype] http://bit.ly/1a1W9R Tobie Langel - deprecation extension: mark Array#reduce() as removed. [#569 state:resolved] (Tobie Langel)
[prototype] http://bit.ly/fgJbj Juriy Zaytsev - `Form.serialize` now works safely with forms that have "length"-named elements. [#77 sta ...
[prototype] http://bit.ly/NXz1 Andrew Dupont - Merge branch 'master' of git@github.com:sstephenson/prototype
[prototype] http://bit.ly/ffHa Juriy Zaytsev - `Element#update` now takes care of SCRIPT elements in IE. [#573 state:resolved]
[prototype] http://bit.ly/2eUksA Andrew Dupont - Bump version number.
[prototype] http://bit.ly/ffHa Juriy Zaytsev - `Element#update` now takes care of SCRIPT elements in IE. [#573 state:resolved]
[prototype] http://bit.ly/sZQnq Juriy Zaytsev - Remove unused local variables. Fix failing form test.
[prototype] http://bit.ly/bSXNg Juriy Zaytsev - Fix `escapeHTML` in Chrome by using a more strict check.
[prototype] http://bit.ly/TNIbV Juriy Zaytsev - Fix faulty DOM test.
[prototype] http://bit.ly/wlpzr Juriy Zaytsev - Make `Element.extend` take care of IE8 HTMLAppletElement and HTMLObjectElement objects bug.
[prototype] http://bit.ly/130iV7 Juriy Zaytsev - Fix another DOM test to pass in IE8.