Skip to content

Commit 6f579ba

Browse files
committed
added a note about Doctrine Common version
1 parent 4a801b5 commit 6f579ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPDATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ timeline closely anyway.
99
beta1 to beta2
1010
--------------
1111

12-
* The annotation parsing process has been changed. All annotations which are used
13-
in a class must now be imported (just like you import PHP namespaces with the
14-
"use" statement):
12+
* The annotation parsing process has been changed (it now uses Doctrine Common
13+
3.0). All annotations which are used in a class must now be imported (just
14+
like you import PHP namespaces with the "use" statement):
1515

1616
Before:
1717

0 commit comments

Comments
 (0)