You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,20 @@ a release.
20
20
## [Unreleased]
21
21
22
22
## [3.16.0]
23
-
### Deprecated
24
-
- Support for `doctrine/annotations` has been deprecated and will be removed in 4.0.
25
-
26
-
### Fixed
27
-
- Tree: Cascade remove not being triggered on entity children at `MaterializedPath::removeNode()`.
28
-
- Tree: Materialize Path strategy when using autogenerated identifiers.
29
-
30
23
### Added
24
+
- Support for `doctrine/orm` 3
31
25
- Blameable: Added UUID in allowed types list for Blameable fields in Annotation
32
26
- Blameable: Allow ascii_string to validTypes (issue #2726)
33
27
- Sluggable: Allow ascii_string to validTypes
34
28
- IpTraceable: Allow ascii_string to validTypes
35
29
- Sluggable: Use `TranslationWalker` hint when looking for similar slugs (`getSimilarSlugs` method) for entities which implement `Translatable` interface and have `uniqueOverTranslations: true` Slug option (#100, #2530)
36
-
- Support for `doctrine/orm` 3.0
30
+
31
+
### Deprecated
32
+
- Support for defining mapping information from annotations has been deprecated and will be removed in 4.0, use PHP attributes mapping instead.
33
+
34
+
### Fixed
35
+
- Tree: Cascade remove not being triggered on entity children at `MaterializedPath::removeNode()`.
36
+
- Tree: Materialize Path strategy when using autogenerated identifiers.
0 commit comments