From 709a0f6d4eb6bfbd29a83eab48200cf8657314ed Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Thu, 17 Jul 2025 17:29:46 +0300 Subject: [PATCH] Compat upd commit_hash:c9befa3cd59756d19bdbc3483e0c33cb741a971c --- compat_data/actions.json | 3 +++ compat_data/expressions.json | 8 ++++++++ compat_data/extensions.json | 3 +++ 3 files changed, 14 insertions(+) diff --git a/compat_data/actions.json b/compat_data/actions.json index ed62ab202..63ce56bff 100644 --- a/compat_data/actions.json +++ b/compat_data/actions.json @@ -246,6 +246,9 @@ }, "web": { "version_added": "32.7.0" + }, + "ios": { + "version_added": "32.8.0" } } }, { diff --git a/compat_data/expressions.json b/compat_data/expressions.json index efbd4f887..8dc497c59 100644 --- a/compat_data/expressions.json +++ b/compat_data/expressions.json @@ -55,6 +55,14 @@ "version_added": "29.0.0" } } + }, { + "id": "fn_len_dict", + "name": "Function len for dicts", + "compat": { + "ios": { + "version_added": "32.8.0" + } + } }, { "id": "fn_parse_unix_time_as_local", "name": "Function parseUnixTimeAsLocal", diff --git a/compat_data/extensions.json b/compat_data/extensions.json index 647aeab1c..bcbce8769 100644 --- a/compat_data/extensions.json +++ b/compat_data/extensions.json @@ -75,6 +75,9 @@ "compat": { "android": { "version_added": "31.11.0" + }, + "ios": { + "version_added": "32.8.0" } } },