From 70b36d4e691f58b3076acdc3673ca2a72eadb2c2 Mon Sep 17 00:00:00 2001 From: Mark Byrne Date: Mon, 26 Jul 2021 16:51:05 +0200 Subject: [PATCH] Pyreverse - Show class has-a relationships inferred from type-hints - Update Changelog Closes #4744 --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4376e3f35a..33017d46e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ What's New in Pylint 2.10.0? ============================ Release date: TBA +* pyreverse: Show class has-a relationships inferred from the type-hint + +Closes #4744 + .. Put new features here and also in 'doc/whatsnew/2.10.rst' @@ -14,10 +18,6 @@ What's New in Pylint 2.9.6? =========================== Release date: TBA -* pyreverse: Show class has-a relationships inferred from the type-hint - -Closes #4744 - .. Put bug fixes that should not wait for a new minor version here