This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

762 B

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

1.4.0 — 2020-11-17

This version does not introduce any user-facing changes.

1.3.0 — 2020-08-18

This version does not introduce any user-facing changes.

1.2.0 — 2020-05-29

This version does not introduce any user-facing changes.

1.1.0 — 2020-05-27

🐛 Bug fixes

  • Fixed appLoaderRegisteredForName to not only check if a loader class name is in the cache for the provided name but also verifies that the cached and current class name match. When migrating from managed to bare, the class name cache needs to be updated. (#8292 by @thorbenprimke)