From 9105966ca6e0548fde454064aacdb7c730b36c84 Mon Sep 17 00:00:00 2001 From: at055612 <22818309+at055612@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:29:07 +0000 Subject: [PATCH] Add change entry --- unreleased_changes/20250110_152847_706__0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 unreleased_changes/20250110_152847_706__0.md diff --git a/unreleased_changes/20250110_152847_706__0.md b/unreleased_changes/20250110_152847_706__0.md new file mode 100644 index 00000000000..fd85c4cccb0 --- /dev/null +++ b/unreleased_changes/20250110_152847_706__0.md @@ -0,0 +1,19 @@ +* Fix tests that were breaking the build. + + +```sh +# ONLY the top line will be included as a change entry in the CHANGELOG. +# The entry should be in GitHub flavour markdown and should be written on a SINGLE +# line with no hard breaks. You can have multiple change files for a single GitHub issue. +# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than +# 'Fixed nasty bug'. +# +# Examples of acceptable entries are: +# +# +# * Issue **123** : Fix bug with an associated GitHub issue in this repository +# +# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository +# +# * Fix bug with no associated GitHub issue. +```