From 6f579bac84b8a7f983d62f89438e1ddade722cac Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 23 May 2011 08:04:20 +0200 Subject: [PATCH] added a note about Doctrine Common version --- UPDATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPDATE.md b/UPDATE.md index 5f1629b854..c44a4a4609 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -9,9 +9,9 @@ timeline closely anyway. beta1 to beta2 -------------- -* The annotation parsing process has been changed. All annotations which are used - in a class must now be imported (just like you import PHP namespaces with the - "use" statement): +* The annotation parsing process has been changed (it now uses Doctrine Common + 3.0). All annotations which are used in a class must now be imported (just + like you import PHP namespaces with the "use" statement): Before: