Skip to content

Commit c1c2455

Browse files
franmomuphansys
andauthored
Update docs to reflect deprecated annotations (#2823)
* Update docs to reflect deprecated annotations * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> --------- Co-authored-by: Javier Spagnoletti <[email protected]>
1 parent 7832a30 commit c1c2455

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ a release.
2020
## [Unreleased]
2121

2222
## [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-
3023
### Added
24+
- Support for `doctrine/orm` 3
3125
- Blameable: Added UUID in allowed types list for Blameable fields in Annotation
3226
- Blameable: Allow ascii_string to validTypes (issue #2726)
3327
- Sluggable: Allow ascii_string to validTypes
3428
- IpTraceable: Allow ascii_string to validTypes
3529
- 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.
3737

3838
## [3.15.0]
3939
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ flushed in a behavioral way.
6161
- [**References**](/doc/references.md) - supports linking Entities in Documents and vice versa
6262
- [**ReferenceIntegrity**](/doc/reference_integrity.md) - constrains ODM MongoDB Document references
6363

64-
All extensions support **Attribute**, **Annotation** and **XML** mapping. Additional mapping drivers
64+
All extensions support **Attribute**, **XML** and **Annotation** (deprecated) mapping. Additional mapping drivers
6565
can be easily implemented using Mapping extension to handle the additional metadata mapping.
6666

6767
### Version Compatibility

0 commit comments

Comments
 (0)