@@ -140,7 +140,8 @@ All notable changes to this project will be documented in this file.
140140 * BREAKING: renamed namespace to ` Serialization ` ([ #5 ] via [ #146 ] )
141141 * ` SerializerInterface ` interface
142142 * BREAKING: renamed to ` Serializer ` ([ #133 ] via [ #155 ] )
143- * BREAKING: existing method ` serialize() ` got a new optional parameter ` $prettyPrint ` (via [ #155 ] )
143+ * BREAKING: method ` serialize() ` got a new optional parameter ` $prettyPrint ` (via [ #155 ] )
144+ * BREAKING: method ` serialize() ` may throw ` \Throwable ` , was ` \Exception ` (via [ #253 ] )
144145 * ` BaseSerializer ` abstract class
145146 * BREAKING: complete redesign (via [ #155 ] )
146147 * ` {Json,Xml}Serializer ` class
@@ -187,6 +188,8 @@ All notable changes to this project will be documented in this file.
187188 * BREAKING: removed deprecated method ` setSpec() ` (via [ #144 ] )
188189 * ` ValidatorInterface ` interface
189190 * BREAKING: renamed interface to ` Validator ` ([ #133 ] via [ #143 ] )
191+ * Removed specification of constructor ` __construct() ` (via [ #253 ] )
192+ * Removed specification of method ` getSpec() ` (via [ #253 ] )
190193 * ` Validators\{Json,Xml}Validator ` classes
191194 * Added support for CycloneDX v1.4 ([ #57 ] via [ #65 ] )
192195 * ` Validators\JsonValidator ` classes
@@ -241,6 +244,7 @@ All notable changes to this project will be documented in this file.
241244[ #241 ] : https://github.com/CycloneDX/cyclonedx-php-library/pull/241
242245[ #247 ] : https://github.com/CycloneDX/cyclonedx-php-library/issues/247
243246[ #249 ] : https://github.com/CycloneDX/cyclonedx-php-library/pull/249
247+ [ #253 ] : https://github.com/CycloneDX/cyclonedx-php-library/pull/253
244248
245249## 1.6.3 - 2022-09-15
246250
0 commit comments