From 1d824e20357918e17cbd5dbf9517f92b5cc3f090 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 2 Oct 2019 15:51:34 +0200 Subject: [PATCH] Add changelog for 2.0.0 --- CHANGELOG-2.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index 858a6a0e0b..a0c550bf99 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,6 +1,13 @@ CHANGELOG for 2.0.x =================== +2.0.0 (2019-10-02) +------------------ + + - [2074: Remove references to legacy documentation](https://github.com/doctrine/mongodb-odm/pull/2074) thanks to @alcaeus and @malarzm + - [2073: Throw hydrator exceptions when encountering invalid types](https://github.com/doctrine/mongodb-odm/pull/2073) thanks to @alcaeus + - BC BREAK: [2069: Class name resolver performance optimisation](https://github.com/doctrine/mongodb-odm/pull/2069) thanks to @alcaeus + 2.0.0-RC2 (2019-09-24) ----------------------