Fixed an issue where file extension is stripped on renaming a file. Fixes #4855

This commit is contained in:
Aditya Toshniwal
2020-09-29 11:03:38 +05:30
committed by Akshay Joshi
parent 3e7cdcdf90
commit c7c199210d
2 changed files with 4 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ Bug fixes
*********
| `Issue #4806 <https://redmine.postgresql.org/issues/4806>`_ - Added useful message when the explain plan is not used and empty.
| `Issue #4855 <https://redmine.postgresql.org/issues/4855>`_ - Fixed an issue where file extension is stripped on renaming a file.
| `Issue #5131 <https://redmine.postgresql.org/issues/5131>`_ - Ensure that 'ctrl + a' shortcut does not move the cursor in SQL editor.
| `Issue #5417 <https://redmine.postgresql.org/issues/5417>`_ - Fixed and improve API test cases for the schema diff tool.
| `Issue #5739 <https://redmine.postgresql.org/issues/5739>`_ - Ensure that the import/export feature should work with SSH Tunnel.