Added the ability to detect and warn users about bidirectional Unicode characters. Fixes #7002

This commit is contained in:
Akshay Joshi
2022-05-23 16:04:21 +05:30
parent 50b1ba5c80
commit 4f7bcc2919
7 changed files with 309 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ Housekeeping
Bug fixes
*********
| `Issue #7002 <https://redmine.postgresql.org/issues/7002>`_ - Added the ability to detect and warn users about bidirectional Unicode characters.
| `Issue #7372 <https://redmine.postgresql.org/issues/7372>`_ - Tell Docker to always pull the latest base images when building containers.
| `Issue #7373 <https://redmine.postgresql.org/issues/7373>`_ - Fixed an issue with geometry window zoom mouse scroll not working.
| `Issue #7376 <https://redmine.postgresql.org/issues/7376>`_ - Fixed an issue where a popup for unsaved changes appears when clicking on the open file button for a blank query editor.