From 127d1b22d9de1e20cc865d381232f21fc2979fb3 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 20 Dec 2024 17:01:56 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7af15406..75456a53 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# Unreleased + +* drop python 3.8 support +* add python 3.13 support + # 7.2.2 (2024-11-18) * Catch and expand error message when GDAL cannot encode data using specified image driver (https://github.com/cogeotiff/rio-tiler/pull/767)