From 7be61bd72a397c298fb76e7d8a8a063a9c4cebd5 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 4 Apr 2011 12:45:31 +0200 Subject: [PATCH] updated UPDATE file --- UPDATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index 45a245d51c..7e45dc9dfd 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -19,6 +19,10 @@ PR9 to PR10 *Doctrine*: `$em->find('Blog:Post', $id)` -> `$em->find('BlogBundle:Post', $id)` +* `ZendBundle` has been replaced by `MonologBundle`. Have a look at the + changes made to Symfony SE to see how to upgrade your projects: + https://github.com/symfony/symfony-standard/pull/30/files + * Almost all core bundles parameters have been removed. You should use the settings exposed by the bundle extension configuration instead.