File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.0.0] - 2020-12-05
9
+
10
+ * Deprecated: dropped support for PHP < 7.3
11
+ * Added: support for PHP 8
12
+
8
13
## [ 2.1.5] - 2020-01-29
9
14
10
15
* Changed: added a common ISO3166Exception interface ([ #53 ] ).
@@ -51,7 +56,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
51
56
52
57
* New: initial release of ` league/iso3166 ` .
53
58
54
- [ Unreleased ] : https://github.com/thephpleague/iso3166/compare/2.1.5...HEAD
59
+ [ Unreleased ] : https://github.com/thephpleague/iso3166/compare/3.0.0...HEAD
60
+ [ 3.0.0 ] : https://github.com/thephpleague/iso3166/compare/2.1.5...3.0.0
55
61
[ 2.1.5 ] : https://github.com/thephpleague/iso3166/compare/2.1.4...2.1.5
56
62
[ 2.1.4 ] : https://github.com/thephpleague/iso3166/compare/2.1.3...2.1.4
57
63
[ 2.1.3 ] : https://github.com/thephpleague/iso3166/compare/2.1.2...2.1.3
You can’t perform that action at this time.
0 commit comments