From 26ae8318f26eee9d98167e3eeb32b785bc3f3435 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 9 May 2018 14:28:15 +0100 Subject: [PATCH] Release notes update. --- docs/en_US/release_notes_3_1.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en_US/release_notes_3_1.rst b/docs/en_US/release_notes_3_1.rst index 9ac2d583a..a9797b8a3 100644 --- a/docs/en_US/release_notes_3_1.rst +++ b/docs/en_US/release_notes_3_1.rst @@ -21,11 +21,12 @@ Bug fixes | `Bug #3257 `_ - Catch errors when trying to EXPLAIN an invalid query | `Bug #3284 `_ - F5 key should work to refresh Browser tree | `Bug #3290 `_ - Close button added to the alertify message box, which pops up in case of backend error +| `Bug #3295 `_ - Ensure the debugger gets focus when loaded so shortcut keys work as expected | `Bug #3298 `_ - Fixed query tool keyboard issue where arrow keys were not behaving as expected for execute options dropdown | `Bug #3306 `_ - Fixed display SQL of table with index for Greenplum database | `Bug #3308 `_ - Fixed issue where icon for Partitioned tables was the same as Non Partitioned tables for Greenplum database | `Bug #3310 `_ - Fixed layout of the alertify error message in the query tool -| `Bug #3238 `_ - Standardise the error handling for parsing of JSON response messages from the server. +| `Bug #3238 `_ - Standardise the error handling for parsing of JSON response messages from the server | `Bug #3324 `_ - Fix the template loader to work reliably under Windows (fixing external tables under Greenplum) -| `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. \ No newline at end of file +| `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 \ No newline at end of file