Преглед на файлове

added a note about Doctrine Common version

Fabien Potencier преди 14 години
родител
ревизия
6f579bac84
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      UPDATE.md

+ 3 - 3
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: