From 8a5129c253985967899dba54af83862aa510daab Mon Sep 17 00:00:00 2001 From: Erik Seliger Date: Tue, 1 Feb 2022 02:08:02 +0100 Subject: [PATCH] Prepare changelog for 3.36.2 --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f19d5452..9dcbf6c1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,21 @@ All notable changes to `src-cli` are documented in this file. ### Added ### Changed -- `src validate` can now execute default validation checks (add external service, clone repo, search repo, search non-indexed branch of that repo, remove external service) for Sourcegraph instance when no validation file is specified as well as continue to support JSON and YAML file validation files. ### Fixed +### Removed + +## 3.36.2 + +### Changed + +- `src validate` can now execute default validation checks (add external service, clone repo, search repo, search non-indexed branch of that repo, remove external service) for Sourcegraph instance when no validation file is specified as well as continue to support JSON and YAML file validation files. + +### Fixed + +- `src batch preview` and `src batch apply` could erroneously return exit code 0 and no warning when the execution actually failed. + ## 3.36.1 ### Changed @@ -34,8 +45,6 @@ _This version is the same as 3.35.3, just retagged for the upcoming 3.36.0 relea - Certain Batch Changes features that previously would not work on prerelease versions of Sourcegraph will now work as expected again. -### Removed - ## 3.35.2 ### Fixed