From 6ebcd6065cf1b24f46d130a6fb62105e735d4b7a Mon Sep 17 00:00:00 2001 From: David Beitey Date: Fri, 23 Aug 2024 10:46:32 +1000 Subject: [PATCH] Add changelog entry for NOT float/double tests This is from https://github.com/ThrowTheSwitch/Unity/commit/244edf6c1692515936cdb94c68c865299a896e09, an addition in v2.6.0. --- docs/UnityChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/UnityChangeLog.md b/docs/UnityChangeLog.md index 9c3bb7bf..f93f9ec6 100644 --- a/docs/UnityChangeLog.md +++ b/docs/UnityChangeLog.md @@ -24,6 +24,7 @@ New Features: - Add Unity BDD plugin - Add `UNITY_INCLUDE_EXEC_TIME` option to report test times - Allow user to override test abort underlying mechanism + - Add `NOT_EQUAL*` and `NOT_WITHIN*` checks for floats and doubles Significant Bugfixes: