From 5be2d254b9d127f394829e2d8bc01b3a197e7455 Mon Sep 17 00:00:00 2001 From: amyblais Date: Wed, 20 Mar 2019 08:51:54 -0400 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354177c6..6cb6d5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,26 @@ Release date: TBD ---- +## Release v4.2.1 + +Release date: March 20, 2019 + +- Mattermost v4.2.1 contains a bug fix for all platforms. + +### Bug Fixes + +#### All Platforms +- Fixed an issue where the links to the same subdomain opened in a smaller window in the Mattermost app. +[#946](https://github.com/mattermost/desktop/pull/946) + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +[lieut-data](https://github.com/lieut-data) + +---- + ## Release v4.2.0 Release date: Nov 27, 2018 From 4079234037e8033c95726179258691512ee12079 Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Wed, 20 Mar 2019 09:36:44 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md Co-Authored-By: amyblais --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb6d5f8..40516040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ Release date: March 20, 2019 ### Bug Fixes #### All Platforms -- Fixed an issue where the links to the same subdomain opened in a smaller window in the Mattermost app. +- Fixed an issue where some links opened in a smaller window in the Mattermost app. This issue only affected installations with a [Site URL](https://docs.mattermost.com/administration/config-settings.html#site-url) configured to use a subpath. [#946](https://github.com/mattermost/desktop/pull/946) ### Contributors