diff --git a/language/oop5/changelog.xml b/language/oop5/changelog.xml index bf49a09bc5..4fce165355 100644 --- a/language/oop5/changelog.xml +++ b/language/oop5/changelog.xml @@ -26,6 +26,14 @@ affect non-namespaced classes. + + 5.3.0 + + Changed: Classes that implement interfaces with methods that have default + values in the prototype is no longer required to match the interface's default + value. + + 5.3.0