Skip to content

Commit

Permalink
Prepare changelog for 3.35
Browse files Browse the repository at this point in the history
  • Loading branch information
eseliger committed Dec 17, 2021
1 parent 94abddd commit 661cdaa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 661cdaa

Please sign in to comment.