Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / console / CHANGELOG.md
index 8021068edfb13a234cc5e1435b30b55f333f1f48..a97a4a7ad4a2b8e0448d4d7a0d35b7f8dc44e019 100644 (file)
@@ -1,6 +1,20 @@
 CHANGELOG
 =========
 
+3.2.0
+------
+
+* added `setInputs()` method to CommandTester for ease testing of commands expecting inputs
+* added `setStream()` and `getStream()` methods to Input (implement StreamableInputInterface)
+* added StreamableInputInterface
+* added LockableTrait
+
+3.1.0
+-----
+
+ * added truncate method to FormatterHelper
+ * added setColumnWidth(s) method to Table 
+
 2.8.3
 -----