From 47368ddfa92df848626297520454908c5691f9ef Mon Sep 17 00:00:00 2001 From: tschaub Date: Thu, 29 Dec 2011 14:39:34 -0700 Subject: [PATCH] Listing deprecated functionality in the notes. --- notes/2.12.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/notes/2.12.md b/notes/2.12.md index e4c004d9fd..97111ed53e 100644 --- a/notes/2.12.md +++ b/notes/2.12.md @@ -50,3 +50,49 @@ The base `OpenLayers.Geometry` class no longer depends on `OpenLayers.Format.WKT Without the WKT format included (by default), the `OpenLayers.Geometry::toString` method now returns "[object Object]." Previously, it returned the Well-Known Text representation of the geometry. To maintain the previous behavior, include the OpenLayers/Format/WKT.js file in your build. +## Deprecated Components + +A number of constructors have been marked as deprecated for multiple releases in the 2.x series. For the 2.12 release this deprecated functionality has been moved to a separate deprecated.js file. If you use any of the constructors or methods below, you will have to explicitly include the deprecated.js file in your build (or add it in a separate `