Adding behavior change node

This commit is contained in:
Pierre GIRAUD
2012-02-08 10:50:38 +01:00
parent 92f8040938
commit 734f150f4f

View File

@@ -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: