Update release note for 6.0

pull/58/head
Akshay Joshi 2021-09-09 13:24:55 +05:30
parent eeff75ba20
commit 103393fee6
2 changed files with 24 additions and 0 deletions

View File

@ -11,6 +11,7 @@ notes for it.
.. toctree::
:maxdepth: 1
release_notes_6_0
release_notes_5_7
release_notes_5_6
release_notes_5_5

View File

@ -0,0 +1,23 @@
************
Version 6.0
************
Release date: 2021-10-07
This release contains a number of bug fixes and new features since the release of pgAdmin4 5.7.
New features
************
| `Issue #4211 <https://redmine.postgresql.org/issues/4211>`_ - Added support for OWNED BY Clause for sequences.
Housekeeping
************
| `Issue #5741 <https://redmine.postgresql.org/issues/5741>`_ - Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'.
| `Issue #6588 <https://redmine.postgresql.org/issues/6588>`_ - Port object nodes and properties dialogs to React.
| `Issue #6692 <https://redmine.postgresql.org/issues/6692>`_ - Remove GPDB support completely.
Bug fixes
*********