From 344501416a7afeb3a49c80c85e579955458fef3a Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 13 May 2021 06:37:54 -0500 Subject: [PATCH 1/2] Add 5.5.x Changelog entries --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e48f395..f22b5c94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ ## 5.5 +### 5.5.5 +- Keep preferring SelectorEventLoop on Windows. [#669](https://github.com/ipython/ipykernel/pull/669) + +### 5.5.4 +- Import ``configure_inline_support`` from ``matplotlib_inline`` if available [#654](https://github.com/ipython/ipykernel/pull/654) + +### 5.5.3 +- Revert Backport of #605: Fix Handling of ``shell.should_run_async`` [#622](https://github.com/ipython/ipykernel/pull/622) + +### 5.5.2 +**Note:** This release was deleted from PyPI since it had breaking changes. + +- Changed default timeout to 0.0 seconds for stop_on_error_timeout. [#618](https://github.com/ipython/ipykernel/pull/618) + +### 5.5.1 +**Note:** This release was deleted from PyPI since it had breaking changes. + +- Fix Handling of ``shell.should_run_async``. [#605](https://github.com/ipython/ipykernel/pull/605) + ### 5.5.0 * kernelspec: ensure path is writable before writing `kernel.json`. [#593](https://github.com/ipython/ipykernel/pull/593) * Add `configure_inline_support` and call it in the shell. [#590](https://github.com/ipython/ipykernel/pull/590) From 1ff77e32366106b575b25ff45026c5fa409ec4bc Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 13 May 2021 06:38:37 -0500 Subject: [PATCH 2/2] Formatting --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22b5c94f..63586900b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,23 @@ ## 5.5 ### 5.5.5 -- Keep preferring SelectorEventLoop on Windows. [#669](https://github.com/ipython/ipykernel/pull/669) +* Keep preferring SelectorEventLoop on Windows. [#669](https://github.com/ipython/ipykernel/pull/669) ### 5.5.4 -- Import ``configure_inline_support`` from ``matplotlib_inline`` if available [#654](https://github.com/ipython/ipykernel/pull/654) +* Import ``configure_inline_support`` from ``matplotlib_inline`` if available [#654](https://github.com/ipython/ipykernel/pull/654) ### 5.5.3 -- Revert Backport of #605: Fix Handling of ``shell.should_run_async`` [#622](https://github.com/ipython/ipykernel/pull/622) +* Revert Backport of #605: Fix Handling of ``shell.should_run_async`` [#622](https://github.com/ipython/ipykernel/pull/622) ### 5.5.2 **Note:** This release was deleted from PyPI since it had breaking changes. -- Changed default timeout to 0.0 seconds for stop_on_error_timeout. [#618](https://github.com/ipython/ipykernel/pull/618) +* Changed default timeout to 0.0 seconds for stop_on_error_timeout. [#618](https://github.com/ipython/ipykernel/pull/618) ### 5.5.1 **Note:** This release was deleted from PyPI since it had breaking changes. -- Fix Handling of ``shell.should_run_async``. [#605](https://github.com/ipython/ipykernel/pull/605) +* Fix Handling of ``shell.should_run_async``. [#605](https://github.com/ipython/ipykernel/pull/605) ### 5.5.0 * kernelspec: ensure path is writable before writing `kernel.json`. [#593](https://github.com/ipython/ipykernel/pull/593)