Parcourir la source

[Config] Add a note about the ConfigurationInterface interface in UPDATE.md

Victor Berchet il y a 14 ans
Parent
commit
b592946712
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      UPDATE.md

+ 8 - 0
UPDATE.md

@@ -6,6 +6,14 @@ one. It only discusses changes that need to be done when using the "public"
 API of the framework. If you "hack" the core, you should probably follow the
 API of the framework. If you "hack" the core, you should probably follow the
 timeline closely anyway.
 timeline closely anyway.
 
 
+PR10 to PR11
+------------
+
+* Extension configuration classes should now implement the
+`Symfony\Component\Config\Definition\ConfigurationInterface` interface. Note that
+the BC is kept but implementing this interface in your extensions will allow for
+further developments.
+
 PR9 to PR10
 PR9 to PR10
 -----------
 -----------