From ee4a4f3b49672579ce8e8666d9d27f71a24628eb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 20 Jun 2023 19:22:21 +0200 Subject: [PATCH] Prepare 7.1.0. --- changelogs/fragments/7.1.0.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelogs/fragments/7.1.0.yml diff --git a/changelogs/fragments/7.1.0.yml b/changelogs/fragments/7.1.0.yml new file mode 100644 index 0000000000..f73449c39b --- /dev/null +++ b/changelogs/fragments/7.1.0.yml @@ -0,0 +1,11 @@ +release_summary: | + Regular bugfix and feature release. + + From this version on, community.general is using the new `Ansible semantic markup + `__ + in its documentation. If you look at documentation with the ansible-doc CLI tool + from ansible-core before 2.15, please note that it does not render the markup + correctly. You should be still able to read it in most cases, but you need + ansible-core 2.15 or later to see it as it is intended. Alternatively you can + look at `the devel docsite __` + for the rendered HTML version of the documentation of the latest release.