From 1ec57059e3d48353931a5dcf9e9baf1f064db674 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 8 Dec 2024 06:06:21 -0500 Subject: [PATCH] [skip ci] Move changelog --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 724d6b45c..970279aa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ Release date: TBA Closes #2521 Closes #2523 +* Fix precedence of `path` arg in `modpath_from_file_with_callback` to be higher than `sys.path` + * Improve consistency of ``JoinedStr`` inference by not raising ``InferenceError`` and returning either ``Uninferable`` or a fully resolved ``Const``. @@ -35,8 +37,6 @@ Release date: TBA Closes pylint-dev/pylint#10112 -* Fix precedence of `path` arg in `modpath_from_file_with_callback` to be higher than `sys.path` - What's New in astroid 3.3.5? ============================