-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |