From fd7599b9cbf3e80334a6167763b3c74ee9cddf9c Mon Sep 17 00:00:00 2001 From: Idan Varsano Date: Thu, 8 Sep 2022 12:17:30 -0400 Subject: [PATCH] Update changelog for 3.42.2 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61b6eb6c25f3..e741b716af887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,21 @@ All notable changes to Sourcegraph are documented in this file. - +## 3.43.2 + +### Fixed + +- Fixed an issue causing context cancel error dumps when updating a code host config manually. [#40857](https://github.com/sourcegraph/sourcegraph/pull/41265) +- Fixed non-critical errors stopping the repo-syncing process for Bitbucket projectKeys. [#40897](https://github.com/sourcegraph/sourcegraph/pull/40582) +- Fixed an issue marking accounts as expired when the supplied Account ID list has no entries[#40860](https://github.com/sourcegraph/sourcegraph/pull/40860) + +## 3.43.1 + +### Fixed + +- Fixed an infinite render loop on the batch changes detail page, causing the page to become unusable. [#40857](https://github.com/sourcegraph/sourcegraph/pull/40857) +- Unable to pick the correct GitLab OAuth for user authentication and repository permissions syncing when the instance configures more than one GitLab OAuth authentication providers. [#40897](https://github.com/sourcegraph/sourcegraph/pull/40897) + ## 3.43.0 ### Added