Skip to content

Commit 48b8d47

Browse files
authored
Merge pull request #2103 from gnestor/4.3.2
Backport PR #2089 on branch 4.x
2 parents cd258ca + 5497ef7 commit 48b8d47

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ For more detailed information, see `GitHub <https://github.com/jupyter/notebook>
1212
upgrade to the latest release.
1313

1414

15+
.. _release-4.3.2:
16+
17+
4.3.2
18+
-----
19+
20+
4.3.2 is a patch release with a bug fix for CodeMirror and improved handling of the "editable" cell metadata field.
21+
22+
- Monkey-patch for CodeMirror that resolves `#2037 <https://github.com/jupyter/notebook/issues/2037>`__ without breaking `#1967 <https://github.com/jupyter/notebook/issues/1967>`__
23+
- Read-only (``"editable": false``) cells can be executed but cannot be split, merged, or deleted
24+
25+
See the 4.3.2 milestone on GitHub for a complete list of
26+
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.3.2>`__
27+
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A4.3.2>`__ involved in this release.
28+
1529
.. _release-4.3.1:
1630

1731
4.3.1

0 commit comments

Comments
 (0)