From 7ad31398777d56b35803c9c27f8f80cd6f5cba23 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Thu, 7 Nov 2024 14:51:17 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6dac81..2db70633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,29 @@ Documented: - file.list - file.list_all_res - input.is_active +- table.copy +- table.count_pairs +- table.random +- table.has +- table.index +- table.remove_value +- table.tostring +- string.explode +- string.split +- string.pattern_safe +- string.formatted_time +- string.replace +- string.trim +- string.trim_left +- string.trim_right +- string.starts_with +- string.ends_with +- math.clamp +- math.rand +- is_array +- parse_path +- timeit +- sleep ## Changes