diff --git a/changelogs/fragments/9954-prettytable_plugins.yml b/changelogs/fragments/9954-prettytable_plugins.yml new file mode 100644 index 0000000000..0d5746dc9e --- /dev/null +++ b/changelogs/fragments/9954-prettytable_plugins.yml @@ -0,0 +1,4 @@ +--- +minor_changes: + - prettytable - New action plugin and module to format data as ASCII tables using the PrettyTable library + - to_prettytable filter - New filter plugin to format data as ASCII tables in Jinja2 templates using the PrettyTable library