Skip to content

Commit 5bd42cd

Browse files
committed
Prepare CHANGELOG for 3.24.4
1 parent 225502c commit 5bd42cd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,24 @@ 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.24.4
23+
24+
### Added
25+
1626
- Experimental (requires Sourcegraph 3.25 or later): [`workspaces` in campaign specs](https://docs.sourcegraph.com/campaigns/references/campaign_spec_yaml_reference#workspaces) is now available to allow users to define multiple workspaces in a single repository. [#442](https://github.com/sourcegraph/src-cli/pull/442) and [#462](https://github.com/sourcegraph/src-cli/pull/462).
1727
- The `changesetTemplate.published` field can now also be used to address a specific changeset in a repository by adding `@branch-of-changeset` at the end of the pattern. See [#461](https://github.com/sourcegraph/src-cli/pull/461) for an example and details.
1828

19-
### Changed
20-
2129
### Fixed
2230

2331
- When `docker` becomes unresponsive `src campaign [apply|preview]` would get stuck and ignore Ctrl-C signals. That is now fixed.
2432
- The `steps.files` attributes in campaign specs have been broken since 3.23.2 and now work again.
2533

26-
### Removed
27-
2834
## 3.24.3
2935

3036
### Fixed

0 commit comments

Comments
 (0)