From 96fb1088943d851f24d37e7fbc7c101d89e4aa4d Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Tue, 26 Nov 2019 21:52:17 +0000 Subject: [PATCH] [docs] Update changelog and updating for 0.35.1 (#8662) --- CHANGELOG.md | 9 +++++++++ UPDATING.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a194ad477..6302d58e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,15 @@ under the License. --> ## Change Log +### 0.35.1 (2019/11/15 13:47 +00:00) +- [#8457](https://github.com/apache/incubator-superset/pull/8457) [fix] Improve csv upload functionality (#8457) (@villebro) +- [#8566](https://github.com/apache/incubator-superset/pull/8566) [druid] Fix, pydruid forced dependency (#8566) (@dpgaspar) +- [#8558](https://github.com/apache/incubator-superset/pull/8558) bump legacy-preset-chart-nvd3 to 0.11.5 (#8558) (@nytai) +- [#8498](https://github.com/apache/incubator-superset/pull/8498) build: bump dompurify version because of nasty xss bypass. (#8498) (@MarcusSorealheis) +- [#8477](https://github.com/apache/incubator-superset/pull/8477) [cli] Fix, import datasources exported by UI (#8477) (@dpgaspar) +- [#8487](https://github.com/apache/incubator-superset/pull/8487) fixing typo. (#8487) (@MarcusSorealheis) +- [#8430](https://github.com/apache/incubator-superset/pull/8430) [pydruid] Bumping the pydruid version (#8430) (@john-bodley) + ### 0.35.0 (2019/10/31 11:12 +00:00) - [#8436](https://github.com/apache/incubator-superset/pull/8436) [fix] Updating parse_human_timedelta typing (#8436) (@john-bodley) - [#8423](https://github.com/apache/incubator-superset/pull/8423) chore: disable another flaky cypress test (#8423) (@mistercrunch) diff --git a/UPDATING.md b/UPDATING.md index 34c8e14e71..82894a9aa9 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -21,7 +21,7 @@ under the License. This file documents any backwards-incompatible changes in Superset and assists people when migrating to a new version. -## Next Version +## 0.35.0 * [8450](https://github.com/apache/incubator-superset/pull/8450): The time ranger picker now uses UTC for the tooltips and default placeholder timestamps (sans timezone).