From 9689dc75589dad49a143b49f5cca05f96a61d2d5 Mon Sep 17 00:00:00 2001 From: Erik Seliger Date: Fri, 17 Jun 2022 13:43:50 +0200 Subject: [PATCH] Prepare changelog for 3.41.0 (#792) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d1946946..e44f6e02f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,13 +15,20 @@ All notable changes to `src-cli` are documented in this file. ### Changed +### Fixed + +### Removed + +## 3.41.0 + +### Changed + - The default parallelism of `src batch preview` and `src batch apply` are now based on the number of CPU cores available to Docker, rather than the host system running `src`. This can be overridden [with the `-j` flag](https://docs.sourcegraph.com/cli/references/batch/preview). [#786](https://github.com/sourcegraph/src-cli/pull/786) ### Fixed - The preview link shown when running `src batch remote` to create a new batch change no longer 404s. [sourcegraph/src-cli](https://github.com/sourcegraph/src-cli/pull/787) -### Removed ## 3.40.11