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

Commits on Mar 15, 2020

  1. Address deprecations from persistence library

    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
    greg0ire committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    ce5f39b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Merge pull request #617 from greg0ire/address-deprecations-from-persi…

    …stence
    
    Address deprecations from persistence library
    malarzm authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    21ed3a7 View commit details
    Browse the repository at this point in the history