Update release note.

This commit is contained in:
Akshay Joshi 2024-05-15 15:30:45 +05:30
parent 1c44cfb714
commit 95466b9d6c
2 changed files with 2 additions and 1 deletions

View File

@ -36,3 +36,5 @@ Bug fixes
| `Issue #6060 <https://github.com/pgadmin-org/pgadmin4/issues/6060>`_ - Disable Debugger for system catalogs. | `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 #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 #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.

View File

@ -26,7 +26,6 @@ _build_runtime() {
echo "Assembling the runtime environment..." echo "Assembling the runtime environment..."
echo "Update yarn version..." echo "Update yarn version..."
corepack enable
yarn set version berry yarn set version berry
yarn set version 3 yarn set version 3