From 3c7d8bb659f2164e35b670989bd80ec914791d64 Mon Sep 17 00:00:00 2001 From: keejelo <34620895+keejelo@users.noreply.github.com> Date: Mon, 7 Jun 2021 12:06:39 +0200 Subject: [PATCH] Update changelog.txt --- changelog.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7d34c1f9..3c7cdd87 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,9 +2,8 @@ Version 1.735.43: --------------------------------------------------------------------------------------------------------- Added a fix for the "obj.onCreate" function, it was not firing when defined as a custom function. -It now works, but runs async after "create" function, since the object must first be created for it to -exist. -Testing it now.. +It now works, but runs async after "create" function, since the object must first be created for +"obj.onCreate" function to be able to execute. ---------------------------------------------------------------------------------------------------------