This is an automated email from the ASF dual-hosted git repository. elizabeth pushed a commit to tag 2.1.1rc1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit c137b5428b24cecda9137e0f55526ae778072a0f Author: Elizabeth Thompson <[email protected]> AuthorDate: Thu Jun 8 16:36:58 2023 -0700 update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71955dbc79..2d970a8828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ under the License. **Fixes** - [#23723](https://github.com/apache/superset/pull/23723) add enforce URI query params with a specific for MySQL (@dpgaspar) +- [#23600](https://github.com/apache/superset/pull/23600) fix: load examples as anon user (@betodealmeida) - [#24054](https://github.com/apache/superset/pull/24054) fix: handle temporal columns in presto partitions (@giftig) - [#23882](https://github.com/apache/superset/pull/23882) fix: handle comments in `has_table_query` (@betodealmeida) - [#24256](https://github.com/apache/superset/pull/24256) fix: enable strong session protection by default (@dpgaspar) @@ -60,8 +61,6 @@ under the License. - [#24294](https://github.com/apache/superset/pull/24294) chore: update UPDATING for 2.1.0 (@eschutho) - [#24056](https://github.com/apache/superset/pull/24056) chore: Remove unnecessary information from response (@geido) - - ### 2.1.0 (Thu Mar 16 21:13:05 2023 -0700) **Database Migrations** - [#23139](https://github.com/apache/superset/pull/23139) fix: memoized decorator memory leak (@dpgaspar)
