From bd9b1586cb18858452337b2fd3d091d56ff3011d Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Wed, 8 Apr 2020 16:56:29 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d05d5..da7ba7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## Version 0.4 (2020/04/08) + +**New features** :tada: + +- `inspect` action is introduced. It reports missing or misconfigured attributes in your management files. [#28](https://github.com/jmatsu/license-list-plugin/pull/28) + +**Breaking changes** :bomb: + +- `inspect` action recognizes null as valid values but null was default values of License#url until 0.3. Since 0.4, "" (empty string) is a default value. [#28](https://github.com/jmatsu/license-list-plugin/pull/28) +- Now visualize action depends on validate and inspect actions. [#28](https://github.com/jmatsu/license-list-plugin/pull/28) + +**Deprecation** :bow: + +- artifactOutputDirectory has been deprecated and renamed to baseDir [#26](https://github.com/jmatsu/license-list-plugin/pull/26) + ## Version 0.3 (2020/04/07) - Fixed missing `` in the html template @@ -10,4 +25,4 @@ ## Version 0.1 (2020/04/06) -- The initial version \ No newline at end of file +- The initial version