Skip to content

Commit 0e5ba4f

Browse files
authored
Merge pull request #265 from minrk/5.1-changelog
changelog for 5.1
2 parents 51f20a6 + cb9bd0b commit 0e5ba4f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44
Changes in Jupyter Client
55
=========================
66

7+
5.1
8+
===
9+
10+
`5.1 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.1>`__
11+
12+
- Define Jupyter protocol version 5.2,
13+
resolving ambiguity of ``cursor_pos`` field in the presence
14+
of unicode surrogate pairs.
15+
16+
.. seealso::
17+
18+
:ref:`cursor_pos_unicode_note`
19+
20+
- Add :meth:`Session.clone` for making a copy of a Session object
21+
without sharing the digest history.
22+
Reusing a single Session object to connect multiple sockets
23+
to the same IOPub peer can cause digest collisions.
24+
- Avoid global references preventing garbage collection of background threads.
25+
26+
727
5.0
828
===
929

0 commit comments

Comments
 (0)