From 006f4b2e59faffc753f3f935b2503c66ec2838fe Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 13 Sep 2022 10:17:22 +0300 Subject: [PATCH] get rid of get_ prefixes (with backward compatibility) #2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 942fe4c..a4c53d4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ The type of script is determined by the line (meta tag) at the beginning of the * 4.4.6 - added `csv` module; * 4.4.7 - added `intent` module; * 4.5.0 - the `aio` module has been significantly expanded, also added `system:currency()` and `ui:show_list_dialog()`; -* 4.5.2 - added `anim` and `morph` packages, added `calendar:open_event()` function. +* 4.5.2 - added `anim` and `morph` packages, added `calendar:open_event()` function; +* 4.5.3 - removed get_ prefixes where they are not needed while maintaining backward compatibility. # Widget scripts