From 816759bc27ae77177bf9e9bf102c6595e83423f7 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 13 Apr 2011 14:03:09 +0200 Subject: [PATCH] added missing info when upgrading to PR11 --- UPDATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/UPDATE.md b/UPDATE.md index b8d79b3be0..1eac05b70e 100644 --- a/UPDATE.md +++ b/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 -----------