Skip to content

Commit 439c9c2

Browse files
committed
Updated changelog for 0.4.0 release
1 parent 3f7b5ad commit 439c9c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Changelog
22

3-
## 0.4.0 (unreleased)
3+
## 0.4.0
44

55
### Major Changes
66

77
- Use KernelManager's graceful shutdown rather than KILLing kernels [#64](https://github.com/jupyter/nbclient/pull/64)
88
- Mimic an Output widget at the frontend so that the Output widget behaves correctly [#68](https://github.com/jupyter/nbclient/pull/68)
99
- Nested asyncio is automatic, and works with Tornado [#71](https://github.com/jupyter/nbclient/pull/71)
10+
- `async_execute` now has a `reset_kc` argument to control if the client is reset upon execution request [#53](https://github.com/jupyter/nbclient/pull/53)
1011

1112
### Fixes
1213

1314
- Fix `OSError: [WinError 6] The handle is invalid` for windows/python<3.7 [#77](https://github.com/jupyter/nbclient/pull/77)
15+
- Async wapper Exceptions no longer loose thier caused exception information [#65](https://github.com/jupyter/nbclient/pull/65)
16+
- `extra_arguments` are now configurable by config settings [#66](https://github.com/jupyter/nbclient/pull/66)
17+
18+
### Operational
19+
20+
- Cross-OS testing now run on PRs via Github Actions [#63](https://github.com/jupyter/nbclient/pull/63)
1421

1522
## 0.3.1
1623

0 commit comments

Comments
 (0)