From 83019bbf314edd7477ca63a156be806b22f45687 Mon Sep 17 00:00:00 2001 From: Frank <33519926+Conengmo@users.noreply.github.com> Date: Sun, 17 Apr 2022 17:55:02 +0200 Subject: [PATCH] Update CHANGES.txt for 0.5.0 release --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 904985a..807eae9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +0.5.0 +~~~~~ +- Support for Pathlib when saving an `Element` (@wd60622 #103) +- Faster UUID generation for `Element` id (@bwest2397 #101) +- Store html content in `srcdoc` instead of `data-html` (@dstein64 #96) +- Add `max_labels` argument to color maps (@martinfleis #90) +- Pass caption when converting colormap to steps (@ndswaef #87) + 0.4.2 ~~~~~ - Fix special char encoding in notebooks, store as percent-encoded (@conengmo #76)