Add Chrome 1+ to the list of supported browsers

Conflicts:

	CHANGELOG
This commit is contained in:
Juriy Zaytsev 2009-06-10 18:44:55 -04:00
parent f50dc3639d
commit 6e4a3cdec8
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Add Chrome 1+ to the list of supported browsers. (kangax)
* Fix `Template#evaluate` "eating" previous character if `null` was returned from `toTemplateReplacements` function. (Nir, Jürgen Hörmann, kangax)
* Make sure (deficient) APPLET, OBJECT and EMBED elements are extended with simulated methods in IE8. Return early if `_extendedByPrototype` is present on an element. (Tobie Langel, kangax)

View File

@ -13,6 +13,7 @@ Prototype currently targets the following platforms:
* Mozilla Firefox 1.5 and higher
* Apple Safari 2.0 and higher
* Opera 9.25 and higher
* Chrome 1.0 and higher
== Using Prototype