From de1951a317f01afde4eb7605d40ed898abb03c29 Mon Sep 17 00:00:00 2001 From: Austin Cory Bart Date: Sun, 8 Dec 2024 14:03:52 -0500 Subject: [PATCH] Update changelog --- change_log.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index 480f091..e05696c 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,9 +1,13 @@ +Version 2.7.1 (11/25/2024) +-------------------------- +* Handle generic types with more than one type argument +* Fixes for some parts of normalization for types + Version 2.7.0 (10/30/2024) -------------------------- * Added `PIL` (Pillow) and fixed `drafter` type definitions for TIFA * Fixed a bug with submodules not being imported correctly in TIFA * Prevent more than 8 stack frames from being shown (critical for recursion going out of control) -* Version 2.6.4 (9/20/2024) -------------------------