Update release note

This commit is contained in:
Akshay Joshi 2023-06-02 12:57:45 +05:30
parent b5af4ead0d
commit 99d1c99963
2 changed files with 32 additions and 0 deletions

View File

@ -11,6 +11,7 @@ notes for it.
.. toctree::
:maxdepth: 1
release_notes_7_3
release_notes_7_2
release_notes_7_1
release_notes_7_0

View File

@ -0,0 +1,31 @@
***********
Version 7.3
***********
Release date: 2023-06-06
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v7.2.
Supported Database Servers
**************************
**PostgreSQL**: 11, 12, 13, 14 and 15
**EDB Advanced Server**: 11, 12, 13, 14 and 15
Bundled PostgreSQL Utilities
****************************
**psql**, **pg_dump**, **pg_dumpall**, **pg_restore**: 15.3
New features
************
Housekeeping
************
Bug fixes
*********
| `Issue #6136 <https://github.com/pgadmin-org/pgadmin4/issues/6136>`_ - Fix an issue where editing a database object de-selects it on the browser tree.