mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove an extra blank line at the start of the SQL for function, procedure, and trigger function. Fixes #6797
This commit is contained in:
committed by
Akshay Joshi
parent
a92bad7909
commit
d65930a8a6
@@ -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
|
||||
|
||||
20
docs/en_US/release_notes_6_1.rst
Normal file
20
docs/en_US/release_notes_6_1.rst
Normal 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.
|
||||
Reference in New Issue
Block a user