You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ by this anymore :tada:
14
14
-`app.config` is now a `dict` instead of a class. You can set config variables with
15
15
`app.config['suppress_callback_exceptions'] = True` now. The previous class-based
16
16
syntax (e.g. `app.config.suppress_callback_exceptions`) has been maintained for
17
-
backwards compatability
17
+
backwards compatibility
18
18
19
19
## Fixed
20
20
- 0.18.2 introduced a bug that removed the ability for dash to serve the app on
@@ -23,8 +23,8 @@ by this anymore :tada:
23
23
These variables would be shared across apps. This issue has been fixed.
24
24
Originally reported in https://community.plot.ly/t/flask-endpoint-error/5691/7
25
25
- The config setting `supress_callback_exceptions` has been renamed to
26
-
`suppress_callback_exceptions`. Previouslly, `suppress` was spelled wrong.
27
-
The original config variable is kept for backwards compatability.
26
+
`suppress_callback_exceptions`. Previously, `suppress` was spelled wrong.
27
+
The original config variable is kept for backwards compatibility.
28
28
29
29
# 0.18.3rc1 - 2017-09-08
30
30
The prerelease for 0.18.3
@@ -54,7 +54,7 @@ The prerelease for 0.18.3
54
54
55
55
##🔧 Maintenance
56
56
- 📝 Update README.md
57
-
- ✅ Fix CircleCI tests. Note that the the [`dash-renderer`](https://github.com/plotly/dash-renderer) contains the bulk of the integration tests.
57
+
- ✅ Fix CircleCI tests. Note that the [`dash-renderer`](https://github.com/plotly/dash-renderer) contains the bulk of the integration tests.
0 commit comments