Skip to content

Commit

Permalink
Merge pull request #1539 from scyzoryck/update-changelog
Browse files Browse the repository at this point in the history
docs(annotations): Link new Changelog. Add docs for 3.30.0
  • Loading branch information
scyzoryck authored Feb 28, 2024
2 parents bf11053 + d0801a4 commit b48dc57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

New versions can be found on the [realeases page](https://github.com/schmittjoh/serializer/releases)

## [3.15.0](https://github.com/schmittjoh/serializer/tree/3.15.0) (2021-10-14)

**Merged pull requests:**
Expand Down
9 changes: 9 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Unreleased
- Deprecated the `@ReadOnly` annotation due to `readonly` becoming a keyword in PHP 8.1, use the `@ReadOnlyProperty` annotation instead
- Doctrine type `decimal` is now correctly mapped to `string` instead of `float`

From 3.x to 3.30.0
==================

Starting from this release [doctrine/annotations](https://github.com/doctrine/annotations) is an optional package.
If you still want to use them, please make sure that you require in `composer.json` file.

We strongly recommend to start using [Attributes](https://www.php.net/manual/en/language.attributes.overview.php) with PHP 8.
You can easily migrate annotations to attributes with [rector](https://github.com/rectorphp/rector) and `Rector\Symfony\Set::ANNOTATIONS_TO_ATTRIBUTES` rules.

From 2.x to 3.0.0
=================

Expand Down

0 comments on commit b48dc57

Please sign in to comment.