diff --git a/CHANGELOG.md b/CHANGELOG.md index eae713f6e..5cd3eab50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Unreleased + +- fix the projection module to correctly identify southern hemisphere UTM zones (#1057) +- add a to_latlong parameter in the projection.project_graph function (#1057) +- add projection.coords_to_utm_zone function for calculating UTM zones from points (#1057) +- under-the-hood code clean-up (#1047) + ## 1.6.0 (2023-07-28) - fix DNS resolution in Dask clusters (#1039)