From b357aa76f5fb0d057082123b69fbb8e419c14a9c Mon Sep 17 00:00:00 2001 From: Sam Gillingham Date: Wed, 23 Nov 2022 09:49:01 +1100 Subject: [PATCH] Get ready for version 1.5.0 (#28) * get ready for 1.5.0 * tidy --- Changes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changes.txt b/Changes.txt index 419d60b..3dd7889 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,3 +1,12 @@ +1.5.0 +----- + +* Update C++ Style as per the "C++ Core Guidelines" +* This release breaks the ABI, but user code shouldn't need to be changed - just a recompile +* For the GDAL plugin, Add support for GDAL 3.6.0 and remove + support for GDAL < 3. Note should only affect people running older versions of ArcGIS. +* Implement Dataset.DeleteLayer() + 1.4.15 ------