summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2023-04-12 16:11:17 +0200
committerGitHub <noreply@github.com>2023-04-12 09:11:17 -0500
commit39efd7a151aa1dff39a2b14c5c4bb780e8589623 (patch)
tree2a646cd9fafd41cb07d662f2fae7550d4ea4b4b9
parent352127ec2ba9083fee030ce78f1cbea738d9c5fa (diff)
downloadansible-39efd7a151aa1dff39a2b14c5c4bb780e8589623.tar.gz
Fix pull request URL in changelog. (#80465)
-rw-r--r--changelogs/fragments/79362-validate-modules-underscore.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/fragments/79362-validate-modules-underscore.yml b/changelogs/fragments/79362-validate-modules-underscore.yml
index c3bc21c506..0592e8d85f 100644
--- a/changelogs/fragments/79362-validate-modules-underscore.yml
+++ b/changelogs/fragments/79362-validate-modules-underscore.yml
@@ -1,6 +1,6 @@
breaking_changes:
- "ansible-doc - no longer treat plugins in collections whose name starts with ``_`` as deprecated
- (https://github.com/ansible/ansible/pull/79217)."
+ (https://github.com/ansible/ansible/pull/79362)."
- "ansible-test sanity - previously plugins and modules in collections whose name started with ``_``
were treated as deprecated, even when they were not marked as deprecated in ``meta/runtime.yml``.
This is no longer the case (https://github.com/ansible/ansible/pull/79362)."