From 734f150f4f3cd3c67d665ce4411218b3855eaafe Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Wed, 8 Feb 2012 10:50:38 +0100 Subject: [PATCH] Adding behavior change node --- notes/2.12.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes/2.12.md b/notes/2.12.md index ee5ae8843c..eaf6985f3d 100644 --- a/notes/2.12.md +++ b/notes/2.12.md @@ -22,6 +22,10 @@ People can override this rule to use other transition settings. To remove tile a # Behavior Changes from Past Releases +## GPX API change + +The `gpxns` API property has been removed. The GPX namespace is now defined in the `namespaces` property but is not intended to be overriden. + ## Function return values [Previously][prev] a few functions in the library displayed error messages and returned `undefined`, `null` or `false` if the parameters passed in were bad. In 2.12 these functions now just throw an error/exception. People relying on return values to know if a function call is successful may need to change their code. Here are the modified functions: