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"
}
}
},