[docs] Fix, UPDATING had two changes that were not included on 0.35 (#8754)

This commit is contained in:
Daniel Vaz Gaspar 2019-12-04 17:04:21 +00:00 committed by GitHub
parent 385484eb9d
commit 81e45acc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,6 @@ set `FAB_API_SWAGGER_UI = False` on config.
warmup Celery task you should now specify the `SUPERSET_WEBSERVER_PROTOCOL` variable
in your configuration (probably either "http" or "https"). This defaults to "http".
## 0.35.0
* [8512](https://github.com/apache/incubator-superset/pull/8512): `DRUID_IS_ACTIVE` now
defaults to False. To enable Druid-API-based functionality, override the
`DRUID_IS_ACTIVE` configuration variable by setting it to `True` for your deployment.
@ -40,6 +38,8 @@ defaults to False. To enable Druid-API-based functionality, override the
* [8450](https://github.com/apache/incubator-superset/pull/8450): The time range picker
now uses UTC for the tooltips and default placeholder timestamps (sans timezone).
## 0.35.0
* [8370](https://github.com/apache/incubator-superset/pull/8370): Deprecates
the `HTTP_HEADERS` variable in favor of `DEFAULT_HTTP_HEADERS` and
`OVERRIDE_HTTP_HEADERS`. To retain the same behavior you should use