From 94f536ec0e346600fa80d899d2f07921819bbc21 Mon Sep 17 00:00:00 2001 From: "Dr. K.D. Murray" Date: Sat, 17 Dec 2022 20:18:54 +0100 Subject: [PATCH] Add rudimentary changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4f84000 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Version 0.9.0 (2022-12-17) + +- Support for progress bars, and display and updating of HTML/JS content. Thanks to @janpfeifer (https://github.com/takluyver/bash_kernel/pull/122) +- Add a Binder template/config (thanks @mwouts) + +# Version 0.8.0 (2022-08-22) + +- Fixes for modern GNU readline. Solves longstanding bug rendering bash_kernel inoperable (@kdm9 https://github.com/takluyver/bash_kernel/pull/120).