Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing authored Oct 7, 2023
1 parent 990deda commit 3d09df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## Unreleased

- refactor the distance module and add a new routing module (#1063)
- move shortest_path and k_shortest_path functions to new routing module, with deprecation warning (#1063)
- move shortest_path and k_shortest_paths functions to new routing module, with deprecation warning (#1063)
- rename great_circle_vec and euclidean_dist_vec functions to great_circle and euclidean, with deprecation warning (#1063)
- better automatic UTM handling in the projection module (#1059)
- improve automatic UTM handling in the projection module (#1059)
- add to_latlong parameter to the projection.project_graph function for API consistency (#1057)
- under-the-hood code clean-up (#1047)

Expand Down

0 comments on commit 3d09df5

Please sign in to comment.