diff --git a/CHANGELOG.md b/CHANGELOG.md index b036f014cf..c4f4795a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Fixed - [#1963](https://github.com/plotly/dash/pull/1963) Fix [#1780](https://github.com/plotly/dash/issues/1780) flask shutdown deprecation warning when running dashduo threaded tests. +- [#1970](https://github.com/plotly/dash/pull/1970) dcc.Dropdown Refactor fixes: + - Fix bug [#1868](https://github.com/plotly/dash/issues/1868) value does not update when selected option removed from options. + - Fix bug [#1908](https://github.com/plotly/dash/issues/1908) Selected options not showing when the value contains a comma. ## [2.3.0] - 2022-03-13