From be44b75c25da9113b73bd6b8b59a2493a71d0909 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 2 Apr 2018 16:26:00 +0100 Subject: [PATCH] Add changelog for v0.13 of the metadata syntax --- docs/metadata/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/metadata/changelog.rst b/docs/metadata/changelog.rst index 14d3f4e4..770793b8 100644 --- a/docs/metadata/changelog.rst +++ b/docs/metadata/changelog.rst @@ -4,6 +4,22 @@ Version History The version history of the metadata syntax is given below. +0.13 +==== + +Added +----- + +- The ``Group`` data structure. +- The ``groups`` list to the root of the metadata file format. +- The ``group`` key to the plugin data structure. + +Removed +------- + +- The ``priority`` field from the plugin data structure. +- The ``global_priority`` field from the plugin data structure. + 0.10 - 2016-11-06 =================