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