From c73df010104a929194f5ee46481d7095b8189054 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 20 Sep 2022 17:18:42 -0700 Subject: [PATCH] changelog: 4.0.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f460f2286f..0669508cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ All notable changes to `src-cli` are documented in this file. ### Fixed +### Removed + +## 4.0.0 + +### Fixed + - Fixed a performance issue when serving git repos where it would take an exponentially large amount of time to list the repos. [#810](https://github.com/sourcegraph/src-cli/pull/810) - Fixed Bare git repo support when serving git repos. [#810](https://github.com/sourcegraph/src-cli/pull/810)