Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ken committed Oct 14, 2024
1 parent 5b129ec commit 8b5abdb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change log

## v0.3.0

Breaking Changes:

* The constructor of datums like `Tokyo::new()` now returns `Result`.

Added:

* Made `ECEF` and `Ellipsoid` public.

## v0.2.0

Breaking Changes:

* Removed crate level functions `from_jgd2000()`, `from_tokyo()` and `from_tokyo97()`. Use constructors like `Tokyo::new()` instead.
* `LatLon::from_dms()` is replaced to `LatLon<Dms>::to_degrees()`.
* `LatLon` functions `from_secs()`, `from_milli_secs()` and `from_micro_secs()` are replaced to `LatLon::map()` and operatorions like `/ 3600`.
* Changed `LatLon` and `Dms` to tuple structs.

## v0.1.1

Initial release.

0 comments on commit 8b5abdb

Please sign in to comment.