diff --git a/CHANGES.md b/CHANGES.md index e5816d6c..2175108f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ - Add pre-built bindings for GDAL 3.10 ([#573](https://github.com/georust/gdal/pull/573)) - Add methods `alternative_name`, `is_nullable`, `is_unique`, `default_value` to `Field` ([#561](https://github.com/georust/gdal/pull/561)) - Add `Defn::geometry_type` ([#562](https://github.com/georust/gdal/pull/562)) + - Add `Dataset::maybe_start_trasaction` which always succeeds to use transaction when possible for speed reasons -- no rollback ([#584](https://github.com/georust/gdal/pull/584)) ### Fixed