mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-23 23:13:38 -06:00
Update release note.
This commit is contained in:
parent
1c44cfb714
commit
95466b9d6c
@ -36,3 +36,5 @@ Bug fixes
|
||||
| `Issue #6060 <https://github.com/pgadmin-org/pgadmin4/issues/6060>`_ - Disable Debugger for system catalogs.
|
||||
| `Issue #6086 <https://github.com/pgadmin-org/pgadmin4/issues/6086>`_ - Fixed an issue where drag and drop publication and subscription name in SQL editors was not working.
|
||||
| `Issue #6464 <https://github.com/pgadmin-org/pgadmin4/issues/6464>`_ - Fixed an issue of the pgAdmin window size increasing each time it was reopened.
|
||||
| `Issue #7349 <https://github.com/pgadmin-org/pgadmin4/issues/7349>`_ - Update the documentation for preferences dialog and keyboard shortcuts.
|
||||
| `Issue #7458 <https://github.com/pgadmin-org/pgadmin4/issues/7458>`_ - Remove query info notifier timeout field from Query Tool Preferences Dialog.
|
@ -26,7 +26,6 @@ _build_runtime() {
|
||||
echo "Assembling the runtime environment..."
|
||||
|
||||
echo "Update yarn version..."
|
||||
corepack enable
|
||||
yarn set version berry
|
||||
yarn set version 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user