From 25d907d97768d1375bf246049e1418450e2dc107 Mon Sep 17 00:00:00 2001 From: tschaub Date: Thu, 29 Dec 2011 14:41:04 -0700 Subject: [PATCH] Adding rectangle to deprecated notes. --- notes/2.12.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/2.12.md b/notes/2.12.md index 97111ed53e..6678dda90b 100644 --- a/notes/2.12.md +++ b/notes/2.12.md @@ -85,6 +85,7 @@ A number of constructors have been marked as deprecated for multiple releases in * OpenLayers.Protocol.SQL.Gears * OpenLayers.Layer.Yahoo * OpenLayers.Layer.GML + * OpenLayers.Geometry.Rectangle In addition, OpenLayers no longer modifies any native prototypes or objects by default. If you rely on any of the following, you'll need to include deprecated.js explicitly to get the same behavior.