Remove an extra blank line at the start of the SQL for function, procedure, and trigger function. Fixes #6797

This commit is contained in:
Nikhil Mohite
2021-10-07 17:11:48 +05:30
committed by Akshay Joshi
parent a92bad7909
commit d65930a8a6
3 changed files with 33 additions and 6 deletions

View File

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

View File

@@ -0,0 +1,20 @@
************
Version 6.1
************
Release date: 2021-11-04
This release contains a number of bug fixes and new features since the release of pgAdmin4 6.0.
New features
************
Housekeeping
************
Bug fixes
*********
| `Issue #6797 <https://redmine.postgresql.org/issues/6797>`_ - Remove an extra blank line at the start of the SQL for function, procedure, and trigger function.