Skip to content

Commit d167e94

Browse files
mbegelalexcjohnson
authored andcommitted
Update CHANGELOG.md with PR 1180
1 parent 93284ac commit d167e94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [UNRELEASED]
6+
### Changed
7+
- [#1180](https://github.com/plotly/dash/pull/1180) Single `Input` in callbacks doesn't need to be in a list
8+
59
## [1.12.0] - 2020-05-05
610
### Added
711
- [#1228](https://github.com/plotly/dash/pull/1228) Adds control over firing callbacks on page (or layout chunk) load. Individual callbacks can have their initial calls disabled in their definition `@app.callback(..., prevent_initial_call=True)` and similar for `app.clientside_callback`. The app-wide default can also be changed with `app=Dash(prevent_initial_callbacks=True)`, then individual callbacks may disable this behavior.

0 commit comments

Comments
 (0)