Skip to content

Commit

Permalink
ansible: add changelog about markUnsafe bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Gaël Goinvic <gaelg@element.io>
  • Loading branch information
gaelgatelement committed May 3, 2023
1 parent c41b636 commit 4046f7f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions changelog/fragments/10-mark-unsafe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# entries is a list of entries to include in
# release notes and/or the migration guide
entries:
- description: >
markUnsafe now correctly marks as unsafe the spec extra variable.
# kind is one of:
# - addition
# - change
# - deprecation
# - removal
# - bugfix
kind: "bugfix"
# Is this a breaking change?
breaking: false
# NOTE: ONLY USE `pull_request_override` WHEN ADDING THIS
# FILE FOR A PREVIOUSLY MERGED PULL_REQUEST!
#
# The generator auto-detects the PR number from the commit
# message in which this file was originally added.
#
# What is the pull request number (without the "#")?
# pull_request_override: 0

0 comments on commit 4046f7f

Please sign in to comment.