From 2d353e953d2be0a3d54e2c93a4824205d5605987 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rfc/provisional_features.md b/rfc/provisional_features.md index 86c26b3..7cb542c 100644 --- a/rfc/provisional_features.md +++ b/rfc/provisional_features.md @@ -1,3 +1,8 @@ +- Alternative names + - Experimental features + - Unstable features + - Preview 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.