Skip to content

Commit 661cdaa

Browse files
committed
Prepare changelog for 3.35
1 parent 94abddd commit 661cdaa

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ All notable changes to `src-cli` are documented in this file.
1313

1414
### Added
1515

16+
### Changed
17+
18+
### Fixed
19+
20+
### Removed
21+
22+
## 3.35.0
23+
24+
### Added
25+
1626
- 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)
1727

1828
### Changed
@@ -25,8 +35,6 @@ All notable changes to `src-cli` are documented in this file.
2535
- `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)
2636
- 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)
2737

28-
### Removed
29-
3038
## 3.34.1
3139

3240
### Added

0 commit comments

Comments
 (0)