diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a4d0719..3caba11ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Expanded support for fuse-based checkpointing (persisted raster storage), managed through: - spark config 'spark.databricks.labs.mosaic.raster.use.checkpoint' in addition to 'spark.databricks.labs.mosaic.raster.checkpoint'. - python: `mos.enable_gdal(spark, with_checkpoint_path=path)`. - - scala: `MosaicGDAL.enableGDALWithCheckpoint(spark, path) function`. + - scala: `MosaicGDAL.enableGDALWithCheckpoint(spark, path)`. ## v0.4.2 [DBR 13.3 LTS] - Geopandas now fixed to "<0.14.4,>=0.14" due to conflict with minimum numpy version in geopandas 0.14.4.