Procházet zdrojové kódy

added missing info when upgrading to PR11

Fabien Potencier před 14 roky
rodič
revize
816759bc27
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. 5 3
      UPDATE.md

+ 5 - 3
UPDATE.md

@@ -10,9 +10,11 @@ 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.
+  `Symfony\Component\Config\Definition\ConfigurationInterface` interface. Note
+  that the BC is kept but implementing this interface in your extensions will
+  allow for further developments.
+
+* The "fingerscrossed" Monolog option has been renamed to "fingers_crossed".
 
 PR9 to PR10
 -----------