From bd0f02f695a2b91d90dea6fa98d0fac73e4c5c03 Mon Sep 17 00:00:00 2001 From: Jim Sheldon Date: Tue, 9 Feb 2021 14:45:12 -0500 Subject: [PATCH] [skip ci] adding 0.4.0 to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8541cb2..eb069e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0 +### Breaking changes +- [#46](https://github.com/meltwater/drone-convert-pathschanged/pull/46) handle `--allow-empty` commits with excludes + - Until this fix, `--allow-empty` commits with pipeline or path exclusion rules would have caused the pipeline or path to be excluded. With this fix, exclusions are handled properly, so empty commits will trigger pipelines and pipeline steps with path exclusion rules (since no files were changed, pipelines and steps should not be excluded). This could be potentially unexpected behavior if you had been relying on the exclusion of pipelines or steps when making empty commits. + ## 0.3.1 ### Added - linux-arm64 build