Skip to content

Commit e6b0c36

Browse files
committed
Add deprecations to changelog
1 parent df2aeea commit e6b0c36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [UNRELEASED]
6+
7+
## Deprecated
8+
9+
- [#2985](https://github.com/plotly/dash/pull/2985) Deprecate dynamic component loader.
10+
- [#2985](https://github.com/plotly/dash/pull/2985) Deprecate `run_server`, use `run` instead.
11+
- [#2899](https://github.com/plotly/dash/pull/2899) Deprecate `dcc.LogoutButton`, can be replaced with a `html.Button` or `html.A`. eg: `html.A(href=os.getenv('DASH_LOGOUT_URL'))` on a Dash Enterprise instance.
12+
513
## [2.18.0] - 2024-09-04
614

715
## Added

0 commit comments

Comments
 (0)