Skip to content

Commit 70cf267

Browse files
committed
Add the versionadded directives
1 parent 55b24c6 commit 70cf267

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/uid.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ type, which converts to/from UUID objects automatically::
148148
// ...
149149
}
150150

151+
.. versionadded:: 6.2
152+
153+
The ``UuidType::NAME`` constant was introduced in Symfony 6.2.
154+
151155
There's also a Doctrine generator to help auto-generate UUID values for the
152156
entity primary keys::
153157

@@ -309,6 +313,10 @@ type, which converts to/from ULID objects automatically::
309313
// ...
310314
}
311315

316+
.. versionadded:: 6.2
317+
318+
The ``UlidType::NAME`` constant was introduced in Symfony 6.2.
319+
312320
There's also a Doctrine generator to help auto-generate ULID values for the
313321
entity primary keys::
314322

0 commit comments

Comments
 (0)