From 7dbc9ad2b6fece77a9e31709dad97e5b894ccfae Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 30 May 2023 20:21:06 +1000 Subject: [PATCH] Update `CHANGELOG.md` for version 2.17.0 (#62) --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d056915..b21da2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,17 +38,27 @@ _None._ ### New Features -- When `install_cocoapods` fails because `Podfile.lock` changed in CI, it now prints a diff of the changes [#59] -- Update `annotate_test_failures` to be able to send Slack Notification when there are failures. [#60] +_None._ ### Bug Fixes -- Fix the `annotate_test_failures` to include test cases with error nodes in the failures list. [#58] +_None._ ### Internal Changes _None._ +## 2.17.0 + +### New Features + +- When `install_cocoapods` fails because `Podfile.lock` changed in CI, it now prints a diff of the changes [#59] +- Update `annotate_test_failures` to be able to send Slack Notification when there are failures. [#60] + +### Bug Fixes + +- Fix the `annotate_test_failures` to include test cases with error nodes in the failures list. [#58] + ## 2.16.0 ### New Features