From 60f58b8f1463244b1bbd32a8507120c540302dc2 Mon Sep 17 00:00:00 2001 From: Binary Logic Date: Thu, 12 Sep 2019 15:36:15 -0400 Subject: [PATCH] Add "improvement" type as suggested by the spec --- index.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.json b/index.json index 8bc4c79..0d3b84e 100644 --- a/index.json +++ b/index.json @@ -8,6 +8,10 @@ "description": "A bug fix", "title": "Bug Fixes" }, + "improvement": { + "description": "An improvement to a current feature", + "title": "Improvements" + }, "docs": { "description": "Documentation only changes", "title": "Documentation"