We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f02fec commit 78c8e2bCopy full SHA for 78c8e2b
src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
@@ -19,7 +19,7 @@ CHANGELOG
19
* Made `BrowserKitAssertionsTrait` report the original error message in case of a failure
20
* Added ability for `config:dump-reference` and `debug:config` to dump and debug kernel container extension configuration.
21
* Deprecated `session.attribute_bag` service and `session.flash_bag` service.
22
- * Added `uid:generate` command
+ * The `uid:generate` command from the Uid Component is now registered.
23
24
5.0.0
25
-----
src/Symfony/Component/Uid/CHANGELOG.md
@@ -7,3 +7,4 @@ CHANGELOG
7
* added support for UUID
8
* added support for ULID
9
* added the component
10
+ * added `uid:generate` command to generate UUIDs and ULIDs
0 commit comments