File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ Unreleased]
4+
5+ ### Added
6+
7+ - New method ` isLoopback() ` [ #37 ] ( https://github.com/rlanvin/php-ip/pull/37 )
8+ - New method ` isLinkLocal() ` [ #43 ] ( https://github.com/rlanvin/php-ip/pull/43 )
9+ - New method ` reversePointer() ` [ #44 ] ( https://github.com/rlanvin/php-ip/pull/44 )
10+ - New method ` IpBlock::getGivenIp ` to return the IP used in the constructor [ #6 ] ( https://github.com/rlanvin/php-ip/pull/6 )
11+
12+ ### Removed
13+
14+ - Drop support for PHP 5 [ #8 ] ( https://github.com/rlanvin/php-ip/issues/8 )
15+
16+ ## [ 1.0.1] - 2015-06-26
17+
18+ ### Fixed
19+
20+ - Compatibiliy issues with PHP 5.4, 5.5 and 5.6
21+
22+ ## 1.0.0 - 2015-04-03
23+
24+ First release
25+
26+ [ Unreleased ] : https://github.com/rlanvin/php-rrule/compare/v1.0.1...HEAD
27+ [ 1.0.1 ] : https://github.com/rlanvin/php-ip/compare/v1.0.0...v1.0.1
You can’t perform that action at this time.
0 commit comments