Fixed an issue in ERD tool where the downloaded images have a few links cut. #4995

This commit is contained in:
Aditya Toshniwal
2023-10-04 18:23:41 +05:30
parent 9666bd6c8d
commit 5d2ce142dd
5 changed files with 73 additions and 132 deletions

View File

@@ -33,6 +33,7 @@ Housekeeping
Bug fixes
*********
| `Issue #4995 <https://github.com/pgadmin-org/pgadmin4/issues/4995>`_ - Fixed an issue in ERD tool where the downloaded images have a few links cut.
| `Issue #6482 <https://github.com/pgadmin-org/pgadmin4/issues/6482>`_ - Fixed an issue where the wrong message "Current database has been moved or renamed" is displayed when debugging any function.
| `Issue #6674 <https://github.com/pgadmin-org/pgadmin4/issues/6674>`_ - Fix an issue where foreign table column name becomes "none" if the user changes any column data type.
| `Issue #6718 <https://github.com/pgadmin-org/pgadmin4/issues/6718>`_ - Pin the cryptography version to fix PyO3 modules initialisation error.