From 1b79a6a5751d983dcd48b6700845787de60564b0 Mon Sep 17 00:00:00 2001 From: Moritz Gunz Date: Fri, 13 Dec 2024 12:12:41 +0100 Subject: [PATCH] fix year lol --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557467a89..35add63ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ or any changes which could potentially break or change the behavior of existing This is intentionally kept short. For a full change log, just see the Git log. -## 2023-12-13: Bump min Python version from 3.7 to 3.8 ([issue #1326](https://github.com/rwth-i6/returnn/issues/1326)) +## 2024-12-13: Bump min Python version from 3.7 to 3.8 ([issue #1326](https://github.com/rwth-i6/returnn/issues/1326)) + +This also drops support for TF 1.x. ## 2024-06-07: `VariableDataset`