From 040e554289750cc0a063893b23c5e1442af8f849 Mon Sep 17 00:00:00 2001 From: Kelli Rockwell Date: Wed, 8 Jun 2022 10:39:06 -0700 Subject: [PATCH] changelog: update for 4.30.9 (#771) --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 334a738a76..b006e68365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,18 @@ All notable changes to `src-cli` are documented in this file. ### Fixed -- Global git email gets inserted as plain text when running `src batch new -f ` and doesn't result in a schema validation failure. [sourcegraph/src-cli#773](https://github.com/sourcegraph/src-cli/pull/773) - ### Removed +## 3.40.9 + +### Added + +- A new [templating](https://docs.sourcegraph.com/campaigns/references/batch_spec_templating) variable, `batch_change_link` has been added for more control over where the "Created by Sourcegraph batch change ..." message appears in the published changeset description. [#491](https://github.com/sourcegraph/sourcegraph/pull/35319) + +### Fixed + +- Global git email gets inserted as plain text when running `src batch new -f ` and doesn't result in a schema validation failure. [sourcegraph/src-cli#773](https://github.com/sourcegraph/src-cli/pull/773) + ## 3.40.8 ### Fixed