diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2ef6b6a..106083c 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -29,6 +29,8 @@ 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]]