Skip to content

Commit 2d2b975

Browse files
committed
Added change log
1 parent cb99d30 commit 2d2b975

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5-
## 4.0.0
5+
## 4.0.0 - Beta 2
6+
7+
### Added
8+
9+
- PHP7 type hints.
10+
- `AbstractArrayDumper` and `AbstractDumper`
11+
- `LogicException` and `OutOfBounds`
12+
- `GeocodeQuery::__toString` and `ReverseQuery::__toString`
13+
14+
### Changed
15+
16+
- All Dumpers are now final.
17+
- All Exceptions are now final.
18+
- `AddressCollection` is now final.
19+
- `ProviderAggregator` is now final.
20+
- `StatefulGeocoder` is now final.
21+
- `TimedGeocoder` is now final.
22+
- `ProviderAggregator::getName()` will return "provider_aggregator"
23+
- `TimedGeocoder::getName()` will return "timed_geocoder"
24+
25+
26+
## 4.0.0 - Beta1
627

728
First release of this library.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.1",
19-
"symfony/stopwatch": "~2.5"
19+
"symfony/stopwatch": "~2.5",
20+
"nyholm/nsa": "^1.1"
2021
},
2122
"suggest": {
2223
"symfony/stopwatch": "If you want to use the TimedGeocoder"

0 commit comments

Comments
 (0)