File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ### 3.0.0 (2015-04-20)
5
+
6
+ * Added: Introduce a ` CollectionIsEmpty ` exception, thrown when ` AddressCollection ` is empty. (Fix #412 )
7
+ * Added: countrycode to Bing api calls
8
+ * Added: allow locale change with chain
9
+
10
+
4
11
### 3.0.0-alpha3 (2015-02-13)
5
12
6
13
* Added: ` LocaleTrait ` to reduce code duplication
Original file line number Diff line number Diff line change 31
31
},
32
32
"extra" : {
33
33
"branch-alias" : {
34
- "dev-master" : " 3.0 -dev"
34
+ "dev-master" : " 3.1 -dev"
35
35
}
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ interface Geocoder
20
20
/**
21
21
* Version
22
22
*/
23
- const VERSION = '3.0.0-dev ' ;
23
+ const VERSION = '3.0.0 ' ;
24
24
25
25
/**
26
26
* Geocodes a given value.
You can’t perform that action at this time.
0 commit comments