diff --git a/website/guide/versioning.html b/website/guide/versioning.html index c89cb091..a3fdca40 100644 --- a/website/guide/versioning.html +++ b/website/guide/versioning.html @@ -11,16 +11,18 @@
The "public API" to which these rules apply include:
experimental
. API calls implemented as macros are part of
+ the public API, but any internal calls the macros make are not. Changing
+ an API call from a function call to a macro (or vice versa) is considered
+ a compatible change.Duktape
object and other Ecmascript extensions, as documented on duktape.org.The following are not part of the "public API":
experimental
.