From 07c7200166dcf5abc3bd425607f6c20206b8fe65 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Mon, 29 Apr 2019 22:03:21 +0200 Subject: [PATCH] Update changelog with one missed change --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index ab20f61..0976c6b 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,7 @@ Backwards incompatible: - Removed previously deprecated constructs: with_injector, Injector.install_into, Binder.bind_scope - Dependencies are no longer injected into Module.configure and raw module functions (previously deprecated) +– Removed unofficial support for injecting into parent class constructors 0.15.0 ------