diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ca6ce..1d2fd9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +#### `1.4.0` (2022-07-02) +- Add helper functions for converting between the NASR ddd-mm-ss.sssH format and decimal degrees to `fetools.geomath` +- In `fetools.geomath`, renamed `ddtodms` to `ddtosct2` and `dmstodd` to `sct2todd` (old names are still there just in case) + #### `1.3.0` (2021-08-05) - Add tools for working with POF files (`fetools.pof`)