1.1.0 - Nov 21, 2018

This release incorporates the PropertyChangedListener & NotifyPropertyChanged
interfaces from doctrine/common - these are now part of the Persistence project.

    Total pull requests resolved: 7
    Total contributors: 4

Improvement

    19: CI: Test against PHP 7.3 thanks to @Majkl578
    18: Add NotifyPropertyChanged, PropertyChangedListener thanks to @olvlvl
    17: Apply Doctrine CS 5.0 thanks to @Majkl578
    15: Don't ship docs thanks to @willemstuursma
    14: Don't ship docs and CI tooling config thanks to @willemstuursma

Documentation

    22: Document PropertyChangedListener & NotifyPropertyChanged thanks to @Majkl578
    16: Add .doctrine-project.json to root of the project. thanks to @jwage

1.0.1 - Aug 24, 2018

    Total issues resolved: 0
    Total pull requests resolved: 2
    Total contributors: 2

Improvement

    13: Fix find() return type declaration thanks to @lcobucci
    12: Fix: No need to update composer itself twice thanks to @localheinz

1.0.0 - Jun 14, 2018

Doctrine Persistence is now a standalone component

    Total issues resolved: 0
    Total pull requests resolved: 10
    Total contributors: 2

Improvement

    11: Add conflict on doctrine/common for <2.9@dev thanks to @jwage
    10: Fix readme link to documentation. thanks to @jwage
    9: Use assertSame instead of assertEquals thanks to @jwage
    8: Update .travis.yml to match other Doctrine projects. thanks to @jwage
    7: Add phpstan to composer.json so it can be ran locally. thanks to @jwage
    6: Remove doctrine/common backref and use specific packages instead. thanks to @jwage
    5: Use PHPUnit 7 thanks to @Majkl578
    2: Update for Doctrine Coding Standards 4.0 thanks to @jwage
    1: First commit of Doctrine Persistence project. thanks to @jwage

Documentation

    4: Add initial documentation for Doctrine Persistence project. thanks to @jwage
