diff --git a/changes/2204.removal.rst b/changes/2204.removal.rst new file mode 100644 index 000000000..d8f145174 --- /dev/null +++ b/changes/2204.removal.rst @@ -0,0 +1 @@ +The ``app_packages`` folder now occurs *after* the ``app`` folder in the package resolution path on Windows, Linux, macOS and iOS. This will result in subtle changes in behavior if you have packages defined in your ``sources`` that have the same name as packages installed from your ``requires``. diff --git a/changes/381.bugfix.rst b/changes/381.bugfix.rst new file mode 100644 index 000000000..59042d487 --- /dev/null +++ b/changes/381.bugfix.rst @@ -0,0 +1 @@ +``.pth`` files created by packages installed as dependencies are now correctly processed during application startup on macOS, Windows, Linux and iOS.