diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbf1269d8..59fbf52adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ All notable changes to `src-cli` are documented in this file. ### Added -- Mounted file are now uploaded to the Sourcegraph instance when running `src batch preview` and `src batch apply`. [#861](https://github.com/sourcegraph/src-cli/pull/861) - ### Changed ### Fixed @@ -23,6 +21,10 @@ All notable changes to `src-cli` are documented in this file. ## 4.1.1 +### Added + +- Mounted files are now uploaded to the Sourcegraph instance when running `src batch preview` and `src batch apply`. [#861](https://github.com/sourcegraph/src-cli/pull/861) + ### Changed - Improved output for failing docker pulls in batch change execution. [#880](https://github.com/sourcegraph/src-cli/pull/880)