diff --git a/docs/en_US/release_notes_7_4.rst b/docs/en_US/release_notes_7_4.rst index 810050828..a3d2c8324 100644 --- a/docs/en_US/release_notes_7_4.rst +++ b/docs/en_US/release_notes_7_4.rst @@ -22,7 +22,7 @@ New features | `Issue #6367 `_ - Added support to drop databases using the 'WITH (FORCE)' option. | `Issue #6368 `_ - Add "[ NULLS [ NOT ] DISTINCT ]" option while creating an Index. - + | `Issue #6370 `_ - Added 'OR REPLACE' clause while creating trigger. Housekeeping ************ @@ -31,11 +31,13 @@ Housekeeping Bug fixes ********* + | `Issue #5306 `_ - Fix an issue where object explorer tree crashes occasionally. | `Issue #6065 `_ - Ensure that query tool shortcuts are working properly. | `Issue #6258 `_ - Add Password exec command and Expiration time to server export JSON and also allow them to import. | `Issue #6266 `_ - When opening pgAdmin the layout should be auto reset if it is corrupted. Reset layout menu should work if layout is corrupted while using pgAdmin. | `Issue #6291 `_ - Fix an issue where loading more rows indicator will not disappear if connection is lost. | `Issue #6340 `_ - Fix an encoding error when connecting through Pgbouncer. + | `Issue #6354 `_ - Fixed an issue where queries with temporary tables in the same transaction is not working. | `Issue #6363 `_ - Fixed an issue where preview images for themes were not loading. | `Issue #6420 `_ - Fix raise notice from func/proc or code blocks are no longer displayed live. | `Issue #6431 `_ - Fix an issue where PSQL is not working if the database name have quotes or double quotes.