Skip to content

Commit 3fbbd1c

Browse files
authored
Merge pull request #672 from ipython/blink1073-patch-1
Add 5.5.x Changelog entries
2 parents 782aa1c + 1ff77e3 commit 3fbbd1c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
## 5.5
66

7+
### 5.5.5
8+
* Keep preferring SelectorEventLoop on Windows. [#669](https://github.com/ipython/ipykernel/pull/669)
9+
10+
### 5.5.4
11+
* Import ``configure_inline_support`` from ``matplotlib_inline`` if available [#654](https://github.com/ipython/ipykernel/pull/654)
12+
13+
### 5.5.3
14+
* Revert Backport of #605: Fix Handling of ``shell.should_run_async`` [#622](https://github.com/ipython/ipykernel/pull/622)
15+
16+
### 5.5.2
17+
**Note:** This release was deleted from PyPI since it had breaking changes.
18+
19+
* Changed default timeout to 0.0 seconds for stop_on_error_timeout. [#618](https://github.com/ipython/ipykernel/pull/618)
20+
21+
### 5.5.1
22+
**Note:** This release was deleted from PyPI since it had breaking changes.
23+
24+
* Fix Handling of ``shell.should_run_async``. [#605](https://github.com/ipython/ipykernel/pull/605)
25+
726
### 5.5.0
827
* kernelspec: ensure path is writable before writing `kernel.json`. [#593](https://github.com/ipython/ipykernel/pull/593)
928
* Add `configure_inline_support` and call it in the shell. [#590](https://github.com/ipython/ipykernel/pull/590)

0 commit comments

Comments
 (0)