From ed7042686c4ceb66405527bfb7952a1552a32360 Mon Sep 17 00:00:00 2001 From: Glen Takahashi Date: Tue, 23 Mar 2021 11:21:18 -0700 Subject: [PATCH] Add release note to 5.5.0 about `stop_on_error_timeout` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9a7792e..89f323292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### 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) +* Fix `stop_on_error_timeout` to now properly abort `execute_request`'s that fall within the timeout after an error. [#572](https://github.com/ipython/ipykernel/pull/572) ## 5.4