From 6e4a3cdec8c9ba8bd0d2a3463ab315e96e86bb31 Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Wed, 10 Jun 2009 18:44:55 -0400 Subject: [PATCH] Add Chrome 1+ to the list of supported browsers Conflicts: CHANGELOG --- CHANGELOG | 2 ++ README.rdoc | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index fee3d3b..529a412 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.rdoc b/README.rdoc index 396aca2..9d2362a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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