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 `__)