Skip to content

Commit d7a9e65

Browse files
committed
Add changelog
1 parent cb9eee8 commit d7a9e65

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

0 commit comments

Comments
 (0)