From bd47be03b912d6d267d38271d6d04aa1c9a51203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A4rsson?= Date: Fri, 9 Jan 2026 13:04:03 +0100 Subject: [PATCH] Update changelog for the 0.24.0 release --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 72d8c15..31c0456 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ Injector Change Log =================== +0.24.0 +------ + +- Fixed a regression with Python 3.13 where annotated types might not have the `__metadata__` attribute. Thanks to Kamyar Ghajar. +- More flexible covariant types for multibinds. + 0.23.0 ------