diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 641c2ac87..ef88ea8c7 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -13,6 +13,20 @@ For more detailed information, see upgrade to the latest release. +.. _release-4.3.2: + +4.3.2 +----- + +4.3.2 is a patch release with a bug fix for CodeMirror and improved handling of the "editable" cell metadata field. + +- Monkey-patch for CodeMirror that resolves `#2037 `__ without breaking `#1967 `__ +- Read-only (``"editable": false``) cells can be executed but cannot be split, merged, or deleted + +See the 4.3.2 milestone on GitHub for a complete list of +`issues `__ +and `pull requests `__ involved in this release. + .. _release-4.3.1: 4.3.1