From 5a0dfca84571e89d7110dd8e25e692e9b31a4238 Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Thu, 27 Jul 2023 15:35:58 +0100 Subject: [PATCH] Prepare 3.4.1 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c42a7d3..02fc710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.4.1 (27-Jul-2023) +* Treat same username on different servers as distinct accounts (#194). +* Sort our entries in the Accounts menu. +* Show username on tooltip of tree node that reports a connection problem. +* Extend `intersystems.servers` objects to support optional `superServer` information (#182). +* Update documentation link in README. + ## 3.4.0 (24-Jul-2023) * Add `pathPrefix` to new server setup prompts (#175). Thanks to @yannip1234. * Add "Web Applications" tree under namespaces (#184).