From 42431a41649cffccf4cdb6c52c2543787e6d650f Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 9 Mar 2012 12:41:47 +0100 Subject: [PATCH] Add Renderer.NG and Renderer.SVG2 to the deprecation list in notes/2.12.md --- notes/2.12.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/2.12.md b/notes/2.12.md index e5d0ecad9b..40b278fc86 100644 --- a/notes/2.12.md +++ b/notes/2.12.md @@ -241,6 +241,8 @@ A number of properties, methods, and constructors have been marked as deprecated * OpenLayers.Layer.Yahoo * OpenLayers.Layer.GML * OpenLayers.Geometry.Rectangle + * OpenLayers.Renderer.NG + * OpenLayers.Renderer.SVG2 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.