From 49ab5cbfd0e05e5112c57929cc01145f38ccfac3 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 25 Jan 2024 11:46:00 -0500 Subject: [PATCH] clog --- changelogs/fragments/doctospec.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/doctospec.yml diff --git a/changelogs/fragments/doctospec.yml b/changelogs/fragments/doctospec.yml new file mode 100644 index 00000000000..4929385484c --- /dev/null +++ b/changelogs/fragments/doctospec.yml @@ -0,0 +1,4 @@ +minor_changes: + - Expanded documentation with the ability to specify paramter relations, like required_if, mutually_exclusive, required_toghether, etc + - Added function that will take a module documentation and transform into an argspec + - Action plugins base now can use doc_to_spec functino to validate parameters on controller (no need to round trip)