From bc63b278be36e991cf424a3e07902265d190cca1 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 31 May 2018 07:10:56 -0400 Subject: [PATCH] Remove bug 3357 from the release notes. As it was a fix to a feature that will be in the next release, users will never have seen the bug so we shouldn't list it in the notes. --- docs/en_US/release_notes_3_1.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en_US/release_notes_3_1.rst b/docs/en_US/release_notes_3_1.rst index 94c907817..13048f2bc 100644 --- a/docs/en_US/release_notes_3_1.rst +++ b/docs/en_US/release_notes_3_1.rst @@ -34,4 +34,3 @@ Bug fixes | `Bug #3333 `_ - Ensure the runtime core application is setup before trying to access any settings | `Bug #3342 `_ - Set SESSION_COOKIE_SAMESITE='Lax' per Flask recommendation to prevents sending cookies with CSRF-prone requests from external sites, such as submitting a form | `Bug #3353 `_ - Handle errors properly if they occur when renaming a database -| `Bug #3357 `_ - Fix dropping of databases over SSH tunneled connections \ No newline at end of file