Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 4.1.1 into master #626

Merged
merged 2 commits into from
Mar 22, 2020

Conversation

doctrinebot
Copy link

Release 4.1.1

4.1.1

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

Documentation

Enhancement

greg0ire and others added 2 commits March 15, 2020 14:49
A backwards-compatibility layer has been added to persistence to help
consumers move to the new namespacing. It is based on class aliases,
which means the type declaration changes should not be a BC-break: types
are the same.
See doctrine/persistence#71

This means:
- using the new namespaces
- adding autoload calls for new types to types that may be extended and
use persistence types in methods signatures for which compatibility
checks may happen,
so that signature compatibility is recognized by old versions of php.
More details on this at
https://dev.to/greg0ire/how-to-deprecate-a-type-in-php-48cf

Fixes #616 as a side effect, but the real fix is at
symfony/symfony#35728
…stence

Address deprecations from persistence library
@malarzm malarzm merged commit 08f2a47 into master Mar 22, 2020
@malarzm malarzm deleted the 4.1.x-merge-up-into-master_5e77499e77bee1.92915596 branch March 22, 2020 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants