From 25a0147bdc68fa45adeac7b1df742d2b493919b3 Mon Sep 17 00:00:00 2001 From: telamonian Date: Wed, 13 May 2020 03:26:24 -0400 Subject: [PATCH] added "Alternative names" section --- rfc/provisional_features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rfc/provisional_features.md b/rfc/provisional_features.md index 86c26b3..16947a4 100644 --- a/rfc/provisional_features.md +++ b/rfc/provisional_features.md @@ -1,3 +1,7 @@ +- Alternative names + - Experimental features + - Unstable features + - Abstract Currently, the api for all new features in JupyterLab has to be frozen within the span of a single PR. This is due to the fact that we follow semver; breaking changes may only occur on the occasion of a major version bump.