From 8e1061536fc6e4d848b84a6264d03d107e1d4d45 Mon Sep 17 00:00:00 2001 From: keejelo <34620895+keejelo@users.noreply.github.com> Date: Fri, 6 Aug 2021 01:01:38 +0200 Subject: [PATCH] Update changelog.txt --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 02673595..a777644f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +# 1.74.2: +- Fixed minor mistake/error in earlier simplified method "myObj.$()", was using logical || when should have used logical && in IF, should now be correct. + # 1.74: - Cleaned up and simplified the method "myObj.$()", still works in the same way, just didn't need to be so complicated. Also more predictable and stable queryresults. - Updated the documentation.