Skip to content

Commit 9ba8180

Browse files
committed
Moved CHANGELOG.md entry to [Unreleased]
1 parent da45673 commit 9ba8180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ a release.
2121
### Added
2222
- SoftDeleteable: `Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs` and
2323
`Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs` classes.
24+
- Blameable: Added UUID in allowed types list for Blameable fields in Annotation
2425

2526
### Deprecated
2627
- Do not add type-hinted parameters `Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs` and
@@ -37,7 +38,6 @@ a release.
3738
- Dropped support for PHP < 7.4
3839
- Dropped support for Symfony < 5.4
3940
- Dropped support for doctrine/dbal < 3.2
40-
- Blameable: Added UUID in allowed types list for Blameable fields in Annotation
4141

4242
### Deprecated
4343
- Calling `Gedmo\Mapping\Event\Adapter\ORM::getObjectManager()` and `getObject()` on EventArgs that do not implement `getObjectManager()` and `getObject()` (such as old EventArgs implementing `getEntityManager()` and `getEntity()`)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"phpstan/phpstan-doctrine": "^1.0",
6464
"phpstan/phpstan-phpunit": "^1.0",
6565
"phpunit/phpunit": "^9.6",
66-
"ramsey/uuid-doctrine": "^2.0",
66+
"ramsey/uuid-doctrine": "^2.0",
6767
"rector/rector": "^0.18",
6868
"symfony/console": "^5.4 || ^6.0 || ^7.0",
6969
"symfony/phpunit-bridge": "^6.0 || ^7.0",

0 commit comments

Comments
 (0)