From 6b5faa141d936260c09b33e6689f3f95d49f5164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pr=C3=BCsse?= Date: Tue, 20 Feb 2024 16:26:13 -0300 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.