Add missing docs

This commit is contained in:
Fabien Potencier
2023-10-20 17:48:30 +02:00
parent 8b55ad4420
commit 6f62291c14
+3
View File
@@ -4,3 +4,6 @@ Deprecated Features
This document lists deprecated features in Twig 3.x. Deprecated features are
kept for backward compatibility and removed in the next major release (a
feature that was deprecated in Twig 3.x is removed in Twig 4.0).
The `twig_test_iterable` function is deprecated; use the native `is_iterable`
instead.