From 93a392a4c65f5873fcb376e3fa7f3ce0a2e972f7 Mon Sep 17 00:00:00 2001 From: nickmelnikov82 Date: Thu, 12 May 2022 11:19:15 +0300 Subject: [PATCH] Added changelog entry. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f70481f827..de45fb014f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `dash` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [Unreleased] + +### Fixed + +- [#2043](https://github.com/plotly/dash/pull/2043) Fix bug +[#2003](https://github.com/plotly/dash/issues/2003) in which +`dangerously_allow_html=True` + `mathjax=True` works in some cases, and in some cases not. + ## [2.4.1] - 2022-05-11 ### Fixed