We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7fbc4 commit b43b079Copy full SHA for b43b079
CHANGELOG.md
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
4
+### 3.0.0-alpha3 (2015-02-13)
5
+
6
+* Added: `LocaleTrait` to reduce code duplication
7
+* Added: introduce admin levels concept (see PR #398)
8
+* Fixed: GeoIP2 results use underscore case
9
+* Merged: branch '2.x' (see releases 2.8.1 and 2.8.2 for more details)
10
11
### 3.0.0-alpha2 (2014-12-22)
12
13
* Added: Introduce `AddressCollection` class
src/Geocoder/Geocoder.php
@@ -20,7 +20,7 @@ interface Geocoder
20
/**
21
* Version
22
*/
23
- const VERSION = '3.0.0-dev';
+ const VERSION = '3.0.0-alpha3';
24
25
26
* Geocodes a given value.
0 commit comments