Skip to content

Commit b323be2

Browse files
committed
Prepare changelog for 3.36.3
1 parent 4b9004a commit b323be2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,21 @@ All notable changes to `src-cli` are documented in this file.
1515

1616
### Changed
1717

18+
### Fixed
19+
20+
### Removed
21+
22+
## 3.36.3
23+
24+
### Changed
25+
1826
- `src batch` commands no longer require `-f` to read from a file. Additionally, running a `src batch` command that requires a batch spec file without a `-f` option from the terminal will now generate an error instead of waiting indefinitely for a batch spec on standard input; however, piping in a batch spec will still work as expected. [#687](https://github.com/sourcegraph/src-cli/pull/687)
1927
- Pulling container images now occurs in parallel, with the number of concurrent downloads being controlled by the `-j` flag. [#17577](https://github.com/sourcegraph/sourcegraph/issues/17577)
2028

2129
### Fixed
2230

2331
- `src batch [preview|apply]` will now check that the target Sourcegraph instance supports batch changes before doing any other work and exit early in the case that it does not.
2432

25-
### Removed
26-
2733
## 3.36.2
2834

2935
### Changed

0 commit comments

Comments
 (0)