diff --git a/CHANGELOG.md b/CHANGELOG.md index d0088b5511..62e96477b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ All notable changes to `src-cli` are documented in this file. ### Added +### Changed + +### Fixed + +### Removed + +## 3.35.0 + +### Added + - Individual batch changes can publish multiple changesets to the same repository by specifying multiple target branches using the [`on.branches`](https://docs.sourcegraph.com/batch_changes/references/batch_spec_yaml_reference#on-repository) attribute. [#25228](https://github.com/sourcegraph/sourcegraph/issues/25228) ### Changed @@ -25,8 +35,6 @@ All notable changes to `src-cli` are documented in this file. - `src` would sometimes panic when Ctrl-C was pressed while executing batch change steps due to a bug in the library used to render the execution progress bars. This has been fixed. [🤘 #666](https://github.com/sourcegraph/src-cli/pull/666) - In batch changes, when using `workspaces` src would incorrectly treat `in` not being set as _don't match anything_. This is fixed and it matches everything like `*`. [#664](https://github.com/sourcegraph/src-cli/pull/664) -### Removed - ## 3.34.1 ### Added