From 6323a40c55955f919a6b37e7b9cbe4ec9ae2b2d1 Mon Sep 17 00:00:00 2001 From: kolibril13 <44469195+kolibril13@users.noreply.github.com> Date: Sat, 10 Dec 2022 11:10:24 +0530 Subject: [PATCH] 0.2.0 changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13f8a5b..c95e279 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ import jupyter_compare_view ## Changelog +## 0.2.0 + +* Implemented `capture` to display the compare view frame without calling the cell magic. This is not an ipywidget as mentioned [here](https://github.com/Octoframes/jupyter_compare_view/pull/41#pullrequestreview-1205327074). +* Update version requirements [#42](https://github.com/Octoframes/jupyter_compare_view/pull/42/files) ## 0.1.5 * BugFix: Remove black import that was added by accident.