This is an automated email from the ASF dual-hosted git repository.

yongjiezhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 542fdb23bb docs: Remove unnecessary line item (#20657)
542fdb23bb is described below

commit 542fdb23bbcf7328300e47f43f342dfcca960867
Author: John Bodley <[email protected]>
AuthorDate: Fri Jul 8 19:02:25 2022 -0700

    docs: Remove unnecessary line item (#20657)
---
 UPDATING.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/UPDATING.md b/UPDATING.md
index dc95a92496..b8957bfaf9 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -27,7 +27,6 @@ assists people when migrating to a new version.
 - [19046](https://github.com/apache/superset/pull/19046): Enables the drag and 
drop interface in Explore control panel by default. Flips 
`ENABLE_EXPLORE_DRAG_AND_DROP` and `ENABLE_DND_WITH_CLICK_UX` feature flags to 
`True`.
 - [18936](https://github.com/apache/superset/pull/18936): Removes legacy 
SIP-15 interim logic/flags—specifically the `SIP_15_ENABLED`, 
`SIP_15_GRACE_PERIOD_END`, `SIP_15_DEFAULT_TIME_RANGE_ENDPOINTS`, and 
`SIP_15_TOAST_MESSAGE` flags. Time range endpoints are no longer configurable 
and strictly adhere to the `[start, end)` paradigm, i.e., inclusive of the 
start and exclusive of the end. Additionally this change removes the now 
obsolete `time_range_endpoints` from the form-data and result [...]
 - [19570](https://github.com/apache/superset/pull/19570): makes 
[sqloxide](https://pypi.org/project/sqloxide/) optional so the SIP-68 migration 
can be run on aarch64. If the migration is taking too long installing sqloxide 
manually should improve the performance.
-- [20170](https://github.com/apache/superset/pull/20170): Introduced a new 
endpoint for getting datasets samples.
 - [20606](https://github.com/apache/superset/pull/20606): When user clicks on 
chart title or "Edit chart" button in Dashboard page, Explore opens in the same 
tab. Clicking while holding cmd/ctrl opens Explore in a new tab. To bring back 
the old behaviour (always opening Explore in a new tab), flip feature flag 
`DASHBOARD_EDIT_CHART_IN_NEW_TAB` to `True`.
 
 ### Breaking Changes

Reply via email to