Skip to content

Commit 9ddb49c

Browse files
committed
Updated changelog for the next version
1 parent 60222ba commit 9ddb49c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
CHANGELOG
22
=========
33

4+
5+
1.0.0
6+
-----
7+
### Fixed
8+
9+
- greatCircle calculator returned NAN #159
10+
- Suppressed deprecation warning for JsonSerializable in PHP 8.1 #167
11+
- Added floor on implicit float to in conversion #166
12+
- Haversine distance calculation #158
13+
14+
### Added
15+
16+
- New coordinate format "Degree Decimal Minutes" available with `toDegreeDecimalMinutes()` [BC break]
17+
- Support PHP 8.1
18+
- Support Symfony 6, removed Symfony 3.4
19+
20+
### Change
21+
22+
- Increased precision of `initialBearing()` and `finalBearing()`
23+
424
0.8.3
525
-----
626

0 commit comments

Comments
 (0)