From 0cdcaf23cf6f9ebe52ba3c561e851e560f9b043a Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 25 Mar 2020 12:41:42 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 4 ++++ doc/releases.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae4bd5b1c..0fe3aa7f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ Enhancements: ([#4320](https://github.com/holoviz/holoviews/pull/4320)) - Allow defining clim which defines only upper or lower bound and not both ([#4314](https://github.com/holoviz/holoviews/pull/4314)) +- Improved exceptions when selected plotting extension is not loaded + ([#4325](https://github.com/holoviz/holoviews/pull/4325)) Bug fixes: @@ -28,6 +30,8 @@ Bug fixes: ([#4246](https://github.com/holoviz/holoviews/pull/4246)) - Fix bug when updating bokeh Arrow elements ([#4313](https://github.com/holoviz/holoviews/pull/4313)) +- Fix bug where Layout/Overlay constructors would drop items + ([#4313](https://github.com/holoviz/holoviews/pull/4323)) Compatibility: diff --git a/doc/releases.rst b/doc/releases.rst index c58658b590..f933261c9d 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -35,6 +35,8 @@ Enhancements: (`#4311 `_) * Allow defining clim which defines only upper or lower bound and not both (`#4314 `_) +* Improved exceptions when selected plotting extension is not loaded + (`#4325 `_) Bug fixes: @@ -43,6 +45,8 @@ Bug fixes: (`#4246 `_) * Fix bug when updating bokeh Arrow elements (`#4313 `_) +* Fix bug where Layout/Overlay constructors would drop items + (`#4313 `_) Compatibility: