Skip to content

Commit

Permalink
Merge pull request #434 from blink1073/5.1.3-release-notes
Browse files Browse the repository at this point in the history
Add release notes for 5.1.3
  • Loading branch information
blink1073 authored Oct 20, 2019
2 parents d0ef2e4 + 831ce39 commit 3313557
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Changes in IPython kernel
5.1
---

5.1.3
*****

5.1.3 Includes several bugfixes and internal logic improvements.

- Fix comm shutdown behavior by adding a ``deleting`` option to ``close`` which can be set to prevent registering new comm channels during shutdown (:ghpull: `433`, :ghpull: `435`)
- Fix ``Heartbeat._bind_socket`` to return on the first bind (:ghpull: `431`)
- Moved ``InProcessKernelClient.flush`` to ``DummySocket`` (:gphull: `437`)
- Don't redirect stdout if nose machinery is not present (:ghpull: `427`)
- Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ (:ghpull: `426`)
- Only generate kernelspec when installing or building wheel (:ghpull: `425`)
- Fix priority ordering of control-channel messages in some cases (:ghpull:`443`)


5.1.2
*****

Expand Down

0 comments on commit 3313557

Please sign in to comment.