From bbce9a139c6aabe218aee5dec8a9e62d200a10d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Fri, 2 Jun 2023 17:27:59 +0200 Subject: [PATCH] Fix issue [skip ci] --- CHANGELOG.md | 2 +- doc/releases.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f0f5e6f6..5f2196c3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This release includes a breaking change as notebooks will no longer be inlining Critical bug fixes and compatibility: -- Add `enable_mathjax` and set it and inline to `False` ([#5733](https://github.com/holoviz/holoviews/pull/5733)) +- Add `enable_mathjax` and set it and inline to `False` ([#5729](https://github.com/holoviz/holoviews/pull/5729)) - Update to support Datashader on Python 3.11 ([#5720](https://github.com/holoviz/holoviews/pull/5720)) Enhancements: diff --git a/doc/releases.rst b/doc/releases.rst index 972cd1f7b1..69422f5419 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -20,7 +20,7 @@ running ``hv.extension`` would give an error when used in a notebook. Critical bug fixes and compatibility: - Add ``enable_mathjax`` and set it and inline to ``False`` - (`#5733 `__) + (`#5729 `__) - Update to support Datashader on Python 3.11 (`#5720 `__)