Skip to content

Commit 83fe598

Browse files
committed
Update changelog
1 parent e299de9 commit 83fe598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1515
- [#2985](https://github.com/plotly/dash/pull/2985) Deprecate dynamic component loader.
1616
- [#2985](https://github.com/plotly/dash/pull/2985) Deprecate `run_server`, use `run` instead.
1717
- [#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.
18+
- [#2995](https://github.com/plotly/dash/pull/2995) Deprecate `Dash.__init__` keywords:
19+
- The `plugins` keyword will be removed.
20+
- Old `long_callback_manager` keyword will be removed, can use `background_callback_manager` instead.
1821

1922
## [2.18.0] - 2024-09-04
2023

0 commit comments

Comments
 (0)