Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / debug / CHANGELOG.md
index ab07458a94a84c6dec9b0cdca84238666934878e..31c67eb60cce94e985828c572a9ac0bb80179971 100644 (file)
@@ -1,6 +1,28 @@
 CHANGELOG
 =========
 
+3.4.0
+-----
+
+* deprecated `ErrorHandler::stackErrors()` and `ErrorHandler::unstackErrors()`
+
+3.3.0
+-----
+
+* deprecated the `ContextErrorException` class: use \ErrorException directly now
+
+3.2.0
+-----
+
+* `FlattenException::getTrace()` now returns additional type descriptions
+  `integer` and `float`.
+
+
+3.0.0
+-----
+
+* removed classes, methods and interfaces deprecated in 2.x
+
 2.8.0
 -----