doctrine / mongodb-odm

The Official PHP MongoDB ORM/ODM
https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/
MIT License
1.09k stars 502 forks source link

Undocumented: Move DocumentRepository to Repository namespace #2198

Closed ondrejmirtes closed 4 years ago

ondrejmirtes commented 4 years ago

BC Break Report

Q A
BC Break yes
Version 2.0.0

Summary

Class DocumentRepository was moved to Repository namespace (https://github.com/doctrine/mongodb-odm/commit/682aa792cffc344f931a8b1a0ac82ffb2cd8d492) but this change isn't documented in the changelog.

malarzm commented 4 years ago

It is mentioned in the UPGRADE file: https://github.com/doctrine/mongodb-odm/blob/master/UPGRADE-2.0.md#repository :)

ondrejmirtes commented 4 years ago

Thanks and sorry, I just checked the changelog and it's not mentioned there at all :)

malarzm commented 4 years ago

That's true, we used changelog for listing all issues/prs but now with automated release process we put all that in the release description instead. If you're looking for things that have changed between 1.x and 2.0, UPGRADE.md is your file :)