Update release notes

This commit is contained in:
Aditya Toshniwal 2023-06-19 15:17:28 +05:30 committed by GitHub
parent 36949aef99
commit bb570a50ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,8 @@ New features
************ ************
| `Issue #6367 <https://github.com/pgadmin-org/pgadmin4/issues/6367>`_ - Added support to drop databases using the 'WITH (FORCE)' option. | `Issue #6367 <https://github.com/pgadmin-org/pgadmin4/issues/6367>`_ - Added support to drop databases using the 'WITH (FORCE)' option.
| `Issue #6368 <https://github.com/pgadmin-org/pgadmin4/issues/6368>`_ - Add "[ NULLS [ NOT ] DISTINCT ]" option while creating an Index.
Housekeeping Housekeeping
************ ************
@ -30,4 +32,6 @@ Bug fixes
********* *********
| `Issue #6065 <https://github.com/pgadmin-org/pgadmin4/issues/6065>`_ - Ensure that query tool shortcuts are working properly. | `Issue #6065 <https://github.com/pgadmin-org/pgadmin4/issues/6065>`_ - Ensure that query tool shortcuts are working properly.
| `Issue #6258 <https://github.com/pgadmin-org/pgadmin4/issues/6291>`_ - Password Exec properties not included in import/export servers.
| `Issue #6291 <https://github.com/pgadmin-org/pgadmin4/issues/6291>`_ - If connection is lost but data need to be loaded on demand, then loading indicator will not disappear.
| `Issue #6363 <https://github.com/pgadmin-org/pgadmin4/issues/6363>`_ - Fixed an issue where preview images for themes were not loading. | `Issue #6363 <https://github.com/pgadmin-org/pgadmin4/issues/6363>`_ - Fixed an issue where preview images for themes were not loading.