diff --git a/Changelog.txt b/Changelog.txt index 1d77fa0..8469ef9 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -13,6 +13,9 @@ found at: - [2023.05.13; Maikuolan]: Fixed a link. +- [2023.08.16; Bug-fix; Maikuolan]: Typo in the code for handling "then" + statements in the operation handler's ifCompare method; Fixed. + === Version/Release 1.9.6 === PATCH RELEASE. diff --git a/src/Operation.php b/src/Operation.php index 926da34..db7267f 100644 --- a/src/Operation.php +++ b/src/Operation.php @@ -1,6 +1,6 @@