Skip to content

Commit

Permalink
Updated changelog for the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Surfoo committed Feb 11, 2022
1 parent 60222ba commit 9ddb49c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,26 @@
CHANGELOG
=========


1.0.0
-----
### Fixed

- greatCircle calculator returned NAN #159
- Suppressed deprecation warning for JsonSerializable in PHP 8.1 #167
- Added floor on implicit float to in conversion #166
- Haversine distance calculation #158

### Added

- New coordinate format "Degree Decimal Minutes" available with `toDegreeDecimalMinutes()` [BC break]
- Support PHP 8.1
- Support Symfony 6, removed Symfony 3.4

### Change

- Increased precision of `initialBearing()` and `finalBearing()`

0.8.3
-----

Expand Down

0 comments on commit 9ddb49c

Please sign in to comment.