Add Chrome 1+ to the list of supported browsers
Conflicts: CHANGELOG
This commit is contained in:
parent
f50dc3639d
commit
6e4a3cdec8
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue