From dc082c3442055ce55be49f71a6c20644e4c2f9aa Mon Sep 17 00:00:00 2001 From: Gregers Gram Rygg Date: Tue, 29 May 2012 17:03:33 +0200 Subject: [PATCH] Added note that chrome was added to the BROWSER_NAME test --- notes/2.13.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/notes/2.13.md b/notes/2.13.md index bed9bee7c6..8471aa6c68 100644 --- a/notes/2.13.md +++ b/notes/2.13.md @@ -14,4 +14,12 @@ Removed rounding of zoom level for maps with fractionalZoom == true. So users wi Corresponding issues/pull requests: - * https://github.com/openlayers/openlayers/pull/483 \ No newline at end of file + * https://github.com/openlayers/openlayers/pull/483 + + ## "chrome" added to OpenLayers.BROWSER_NAME + +Chrome was incorrectly detected as "safari". Code that expect OpenLayers.BROWSER_NAME to be "safari" in Google Chrome will cause problems. Test for "chrome" as well, or use the new OpenLayers.IS_WEBKIT. + + Corresponding issues/pull requests: + + * https://github.com/openlayers/openlayers/pull/483 \ No newline at end of file