From 1d9fda88c0974aa3630689381aac4811334d98a0 Mon Sep 17 00:00:00 2001 From: Hiren Soni Date: Thu, 4 Jul 2024 11:53:25 +0200 Subject: [PATCH] Updated UPDATING.md --- UPDATING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPDATING.md b/UPDATING.md index 7ecc1a298db8..941d4d72df63 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -57,6 +57,7 @@ assists people when migrating to a new version. translations inside the python package. This includes the .mo files needed by pybabel on the backend, as well as the .json files used by the frontend. If you were doing anything before as part of your bundling to expose translation packages, it's probably not needed anymore. +- [29471](https://github.com/apache/superset/pull/29471) We now support .env file. This change will not affect the impact of .env file in the docker folder. ### Potential Downtime