Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / CHANGELOG.md
index a97a4a7ad4a2b8e0448d4d7a0d35b7f8dc44e019..946ff1e0ba08fbd99f485fb6dbceb0f933b76313 100644 (file)
@@ -1,6 +1,31 @@
 CHANGELOG
 =========
 
+3.4.0
+-----
+
+ * added `SHELL_VERBOSITY` env var to control verbosity
+ * added `CommandLoaderInterface`, `FactoryCommandLoader` and PSR-11
+   `ContainerCommandLoader` for commands lazy-loading
+ * added a case-insensitive command name matching fallback
+ * added static `Command::$defaultName/getDefaultName()`, allowing for
+   commands to be registered at compile time in the application command loader.
+   Setting the `$defaultName` property avoids the need for filling the `command`
+   attribute on the `console.command` tag when using `AddConsoleCommandPass`.
+
+3.3.0
+-----
+
+* added `ExceptionListener`
+* added `AddConsoleCommandPass` (originally in FrameworkBundle)
+* [BC BREAK] `Input::getOption()` no longer returns the default value for options
+  with value optional explicitly passed empty
+* added console.error event to catch exceptions thrown by other listeners
+* deprecated console.exception event in favor of console.error
+* added ability to handle `CommandNotFoundException` through the 
+ `console.error` event
+* deprecated default validation in `SymfonyQuestionHelper::ask`
+
 3.2.0
 ------