We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a547b commit 42923e8Copy full SHA for 42923e8
CHANGELOG.md
@@ -4,6 +4,11 @@ Changelog
4
2.x
5
===
6
7
+2.0.1
8
+-----
9
+
10
+* Added `DocumentManager::isUninitializedObject` method to avoid warning and be ready for Doctrine ORM 4.*.
11
12
2.0.0
13
-----
14
lib/Doctrine/ODM/PHPCR/Version.php
@@ -10,5 +10,5 @@ final class Version
/**
* Current version of PHPCR ODM.
*/
- public const VERSION = '2.0-dev';
+ public const VERSION = '2.0.1';
}
0 commit comments