From 9151b759f06c4afa043ee096d402c031114586a1 Mon Sep 17 00:00:00 2001 From: Dave Roberts Date: Thu, 29 Aug 2024 11:06:34 -0500 Subject: [PATCH] Revert CHANGELOG update The changes a private and non-breaking, so no need to announce them. --- CHANGELOG.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 106083c..2ef6b6a 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -29,8 +29,6 @@ A release with an intentional breaking changes is marked with: ** {issue}642[#642]: Add `driver-type` to retrieve driver type keyword. ({person}dgr[@dgr]) ** {issue}644[#644]: Deprecate `when-predicate` and `when-not-predicate` macros. See docstrings for guidance on alternatives. These will may be removed from the API at the next release that contains breaking changes. ({person}dgr[@dgr]) ** {issue}647[#647]: Fix logic bug in `intersects?`. Added tests to test suite. ({person}dgr[@dgr]) -** {issue}633[#633]: The `dispatch-driver` function is an implementation function and has been marked `:private`. -** {issue}633[#633]: Duplicate definitions of `locator-xpath` and `locator-css` have been removed from the `etaoin.api` namespace. If you need these definitions, use the ones in `etaoin.query`. == v1.1.41 [minor breaking] - 2024-08-14 [[v1.1.41]]