From 77b90369bec90d90c0e351f83add6602de2cbaa8 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 9 Feb 2024 16:26:47 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 16d48a1..1c07d00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,8 @@ ) ``` +* fix COG validation for SPARSE dataset (author @mpadillaruiz, https://github.com/cogeotiff/rio-cogeo/issues/281) + ## 5.1.1 (2024-01-08) * use morecantile `TileMatrixSet.cellSize` property instead of deprecated/private `TileMatrixSet._resolution` method