diff --git a/docs/source/getting_started/changelog.rst b/docs/source/getting_started/changelog.rst index 4a4a498e93e5..11e3f2dc4727 100644 --- a/docs/source/getting_started/changelog.rst +++ b/docs/source/getting_started/changelog.rst @@ -13,6 +13,14 @@ See the `JupyterLab 0.35.0 `__ milestone on GitHub for the full list of pull requests and issues closed. +.. +More PRs that weren't in the 1.0 milestone... +https://github.com/jupyterlab/jupyterlab/pull/5643 +https://github.com/jupyterlab/jupyterlab/pull/5750 +https://github.com/jupyterlab/jupyterlab/pull/5590 +https://github.com/jupyterlab/jupyterlab/pull/5640 + + Features ^^^^^^^^ * A notebook cell can now be readonly, reflecting its ``enabled`` metadata. (`#5401 `__, `#1312 `__)