diff --git a/CHANGELOG.md b/CHANGELOG.md index 89774f60f8..c84835bb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependecies update & fix "not found: type Serializable" compiler bug [#3535](https://github.com/locationtech/geotrellis/pull/3535) - Update GDAL up to 3.9.x [#3540](https://github.com/locationtech/geotrellis/pull/3540) - Fix reprojection with downsampling for GeotiffRasterSource and tile RDDs. Reprojection outside the valid projection bounds may now throw a GeoAttrsError. [#3541](https://github.com/locationtech/geotrellis/issues/3541) -- ConstantTile: fix 'convert' method when the constant value is nodata. [#3525](https://github.com/locationtech/geotrellis/issues/3525) +- ConstantTile with NoData: support idempotent CellType conversions [#3553](https://github.com/locationtech/geotrellis/pull/3553) ## [3.7.1] - 2024-01-08