From 954df821a5593ac3f4f0c77feea5342890245b1f Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Fri, 21 Jun 2024 09:38:12 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b991a52..e18dfa690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Builds: - linux - application for linux - win - application for Windows +### 5.3.1 +- FIXED: Column sorting on query tab not working #819 +- FIXED: Postgres Connection stays in "Loading database structure" until reloading the page #826 +- FIXED: Cannot read properties of undefined (reading 'length') on Tables #824 +- FIXED: Redshift doesn't show tables when connected #816 + ### 5.3.0 - CHANGED: New Oracle driver, much better Oracle support. Works now also in docker distribution - FIXED: Connection to oracle with service name #809