From 5fc5614c7dd67d2f610f22006740a6c155a9b93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Sat, 8 Feb 2020 12:16:42 -0300 Subject: [PATCH] Update CHANGELOG.md Added bullets for: - Added run tests for Cucumber formatting. - Added concurrency support for JUnit formatting. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26e573..17291cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Added - Link in Readme to the Slack community. ([smikulcik]) +- Added run tests for Cucumber formatting. ([lonnblad]) ### Changed @@ -29,6 +30,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Added - Added initial CircleCI config. ([jaysonesmith]) +- Added concurrency support for JUnit formatting ([lonnblad]) ### Changed @@ -47,3 +49,4 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt [jaysonesmith]: https://github.com/jaysonesmith [smikulcik]: https://github.com/smikulcik +[lonnblad]: https://github.com/lonnblad