Fixed an issue where pgadmin cannot install into path with non ASCII characters. #5204

This commit is contained in:
Akshay Joshi
2025-01-20 16:04:07 +05:30
parent 7e20bf5b75
commit cd86ce08cf
2 changed files with 1 additions and 30 deletions

View File

@@ -32,6 +32,7 @@ Housekeeping
Bug fixes
*********
| `Issue #5204 <https://github.com/pgadmin-org/pgadmin4/issues/5204>`_ - Fixed an issue where pgadmin cannot install into path with non ASCII characters.
| `Issue #6968 <https://github.com/pgadmin-org/pgadmin4/issues/6968>`_ - Fixed an issue where option key was not registering in PSQL tool.
| `Issue #8072 <https://github.com/pgadmin-org/pgadmin4/issues/8072>`_ - Fixed an issue where Schema Diff not produce difference script for Index definition with where condition.
| `Issue #8142 <https://github.com/pgadmin-org/pgadmin4/issues/8142>`_ - Correct the documentation for the MFA configuration.