diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2bb76c0..04b8ab5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ CHANGELOG UNRELEASED ---------- -- Dependency order is no longer sorted automatically, instead the order is preserved as they are defined in the ``*.devenv.yml`` files. +* Dependency order is no longer sorted automatically, instead the order is preserved as they are defined in the ``*.devenv.yml`` files. Usually this would not matter, but it is important for ``pip`` dependencies which declare development installations, as it is important that those happen in the specified order.