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 ------