From 79417106293ccdd9c244b1c9a40950708c48fb6d Mon Sep 17 00:00:00 2001 From: fahadi Date: Mon, 5 Feb 2024 09:53:32 +0100 Subject: [PATCH] Refactor changelog to respect keepachangelog format --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2713d..fc39927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -[0.2.1]: https://github.com/cucumber/cucumber-junit-xml-formatter/pull/24 + +### Fixed +- Missing execution steps statuses if same step is called multiple times in a test ([#24](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/24) F. Ahadi) ## [0.2.0] - 2023-04-07