From 482b99f299b47d8f4307e9818385768b6536a58e Mon Sep 17 00:00:00 2001 From: bigmstone Date: Tue, 13 Jun 2017 14:19:08 -0500 Subject: [PATCH 1/4] Removing contrib/packs config.yaml --- contrib/packs/config.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 contrib/packs/config.yaml diff --git a/contrib/packs/config.yaml b/contrib/packs/config.yaml deleted file mode 100644 index ed97d539c0..0000000000 --- a/contrib/packs/config.yaml +++ /dev/null @@ -1 +0,0 @@ ---- From d8f532bfee29b132ed063ea5a4006a6019f028bb Mon Sep 17 00:00:00 2001 From: bigmstone Date: Tue, 13 Jun 2017 14:20:19 -0500 Subject: [PATCH 2/4] Adding changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36dcce5699..99340c197b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -117,6 +117,8 @@ in development (``required: false``). (improvement) Reported by nmlaudy. #3468 #3469 +* Removing empty pack config.yaml so warning isn't thrown by default now that deprecation warning + is in place. (fix) 2.2.1 - April 3, 2017 --------------------- From 126e64503f677b6120ab0284202cfed56065e80a Mon Sep 17 00:00:00 2001 From: bigmstone Date: Tue, 13 Jun 2017 14:24:23 -0500 Subject: [PATCH 3/4] Adding changelog --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 99340c197b..4f3ad32e26 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -118,7 +118,7 @@ in development Reported by nmlaudy. #3468 #3469 * Removing empty pack config.yaml so warning isn't thrown by default now that deprecation warning - is in place. (fix) + is in place. (improvement) 2.2.1 - April 3, 2017 --------------------- From 35a2061512107a3f028a26a40bdcfba545cd3b7d Mon Sep 17 00:00:00 2001 From: bigmstone Date: Tue, 13 Jun 2017 14:25:38 -0500 Subject: [PATCH 4/4] Modifying changelog word order to be more clear which pack is modified. --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f3ad32e26..3899fdf53c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -117,8 +117,8 @@ in development (``required: false``). (improvement) Reported by nmlaudy. #3468 #3469 -* Removing empty pack config.yaml so warning isn't thrown by default now that deprecation warning - is in place. (improvement) +* Removing empty config.yaml for packs pack so warning isn't thrown by default now that deprecation + warning is in place. (improvement) 2.2.1 - April 3, 2017 ---------------------