Skip to content

Commit acf1c0b

Browse files
committed
release
1 parent 006658f commit acf1c0b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- do not remove -->
44

5+
## 0.1.6
6+
7+
### New Features
8+
9+
- Add support for timeouts in CaptureShell ([#60](https://github.com/fastai/execnb/issues/60))
10+
- Add `render_outputs` ([#55](https://github.com/fastai/execnb/issues/55))
11+
- Add SmartCompleter ([#54](https://github.com/fastai/execnb/issues/54))
12+
- Major refactor of CaptureShell ([#53](https://github.com/fastai/execnb/issues/53))
13+
- add markdown to doc output ([#52](https://github.com/fastai/execnb/issues/52))
14+
15+
### Bugs Squashed
16+
17+
- Use `callable` instead of `Callable` ([#59](https://github.com/fastai/execnb/issues/59))
18+
19+
520
## 0.1.6
621

722
- New functions for extracting outputs

0 commit comments

Comments
 (0)