Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
`Doctrine\Common\Annotations\SimpleAnnotationReader` has been dropped.
Please use `Doctrine\Annotations\AnnotationReader` instead.

# FileCacheReader removed
## Doctrine\Common\Annotations\AnnotationRegistry removed

`Doctrine\Common\Annotations\AnnotationRegistry` has been dropped.
Annotations now rely purely on autoloading, no explicit registration is needed anymore.

## Doctrine\Common\Annotations\FileCacheReader removed

`Doctrine\Common\Annotations\FileCacheReader` has been removed. Please use Doctrine Cache adapter instead.

Expand Down