[docs] Fix, UPDATING had two changes that were not included on 0.35 (#8754)
This commit is contained in:
parent
385484eb9d
commit
81e45acc43
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue