mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed an issue where the process watcher dialog throws an error for
the database server which is already removed. Fixes #5985 2) Fixed cognitive complexity reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
a026f339c3
commit
be386e77f2
@@ -11,6 +11,7 @@ notes for it.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
release_notes_4_29
|
||||
release_notes_4_28
|
||||
release_notes_4_27
|
||||
release_notes_4_26
|
||||
|
||||
20
docs/en_US/release_notes_4_29.rst
Normal file
20
docs/en_US/release_notes_4_29.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
************
|
||||
Version 4.29
|
||||
************
|
||||
|
||||
Release date: 2020-12-10
|
||||
|
||||
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.28.
|
||||
|
||||
New features
|
||||
************
|
||||
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
| `Issue #5985 <https://redmine.postgresql.org/issues/5985>`_ - Fixed an issue where the process watcher dialog throws an error for the database server which is already removed.
|
||||
Reference in New Issue
Block a user