From 13d6a1a36c015bf6adbc0c9f2a80756d33df5505 Mon Sep 17 00:00:00 2001 From: Benjamin Gandon Date: Tue, 6 Feb 2024 03:27:29 +0100 Subject: [PATCH] Update release notes before cutting new release --- ci/release_notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/release_notes.md b/ci/release_notes.md index b05784d..e14ea48 100644 --- a/ci/release_notes.md +++ b/ci/release_notes.md @@ -1,6 +1,8 @@ ### New feature -- Now the content of `text_file` is interpolated the same way `text` is. This change in behavior may produce unexpected results when the content of the file designated by `text_file` includes some environment variables like `$BUILD_PIPELINE_NAME` that are to be printed verbatim and not expanded. This applies to any other environment variables of the `put` step execution. We expect the impact to be very limited though. +- Now the content of `text_file` is interpolated the same way `text` is (#99 by @bgandon). + +This change in behavior may produce surprising results when the content of the file designated by `text_file` includes some environment variables that are to be printed verbatim and not expanded. We expect the impact to be very limited though. ### Improvements