From 96dfc83de0204dab7f211eb6141786189d3aafc9 Mon Sep 17 00:00:00 2001 From: angie Date: Wed, 14 Aug 2024 09:57:40 -0400 Subject: [PATCH] Add changelog entries --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a642a..f364a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Produce an error if the user specifies an empty conditional inclusion/exclusion for any entry. +- Tests now strip the `\r` character from the expected files before compaing + them. + - This is done to normalize the tests files accross all platforms, including + the ones where git may add `\r` characters when cloning the repository + (like Windows). +- Github Actions: + - Change CI to run tests on all platforms we generate builds artifacts for. + - Use the ARM Mac Github runner to build and test the ARM Mac builds. ## [0.2.5] - 2024-07-17