From 4d95bc0365d940022733ead760abc419caef8bd6 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 19 Dec 2022 11:50:16 +0530 Subject: [PATCH] Update release note --- docs/en_US/release_notes.rst | 1 + docs/en_US/release_notes_6_19.rst | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docs/en_US/release_notes_6_19.rst diff --git a/docs/en_US/release_notes.rst b/docs/en_US/release_notes.rst index 8f666cc5b..5887be56c 100644 --- a/docs/en_US/release_notes.rst +++ b/docs/en_US/release_notes.rst @@ -11,6 +11,7 @@ notes for it. .. toctree:: :maxdepth: 1 + release_notes_6_19 release_notes_6_18 release_notes_6_17 release_notes_6_16 diff --git a/docs/en_US/release_notes_6_19.rst b/docs/en_US/release_notes_6_19.rst new file mode 100644 index 000000000..c1ef15529 --- /dev/null +++ b/docs/en_US/release_notes_6_19.rst @@ -0,0 +1,28 @@ +************ +Version 6.19 +************ + +Release date: 2023-01-12 + +This release contains a number of bug fixes and new features since the release of pgAdmin 4 v6.18. + +Supported Database Servers +************************** +**PostgreSQL**: 10, 11, 12, 13, 14 and 15 + +**EDB Advanced Server**: 10, 11, 12, 13, 14 and 15 + +New features +************ + + +Housekeeping +************ + + | `Issue #5563 `_ - Allow YouTube video demo links to be added to appropriate pgAdmin documentation. + +Bug fixes +********* + + | `Issue #5542 `_ - Fixed an issue updating the schema node de-select the node in the tree if only one schema is present in the collection node. + | `Issue #5613 `_ - Ensure the appbundle has correct permissions so that pgAdmin can be accessed by users other than owner.