Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Jan 19, 2018
1 parent a79e7b2 commit fd2f353
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 0.20.0 - 2017-01-19
## Added
- `exceptions.PreventUpdate` can be raised inside a callback to elegantly prevent
the callback from updating the app. See https://community.plot.ly/t/improving-handling-of-aborted-callbacks/7536/2 for context
and #190 for the PR.

## Changed
- Many pylint style fixes.
See #163, #164, #165, #166, #167, #168, #169, #172, #173, #181, #185, #186, #193
- New integration test framework #184
- Submodules are now imported into the `dash` namespace for better IDE completion #174

# 0.19.0 - 2017-10-16
## Changed
- 🔒 CSRF protection measures were removed as CSRF style attacks are not relevant
Expand Down
2 changes: 1 addition & 1 deletion dash/version.py
@@ -1 +1 @@
__version__ = '0.19.0'
__version__ = '0.20.0'

0 comments on commit fd2f353

Please sign in to comment.