From 9f8f6888da3d79e83070918904ba16b1e1678bc3 Mon Sep 17 00:00:00 2001 From: Ari Jolma Date: Mon, 10 Jul 2023 18:36:11 +0300 Subject: [PATCH] Add 0.09 changes --- Changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changes b/Changes index 8948fb4..a5ce829 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension Geo::GDAL::FFI +0.09 July 10, 2023 + - Add dependency to FFI::Platypus::Declare + - Update from GDAL 3.4 and add MakeValid method to Geometry + - Add Normalize method to Geometry + - Update to gdal 3.7 + - Make Band inherit from Object + 0.08 May 15, 2020 - Update GDAL API to 3.1.0 - add a Dataset::GetLayerCount method