Skip to content

Commit 1bea521

Browse files
committed
Release 2.1.0
1 parent b51494a commit 1bea521

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
## [Unreleased]
44

5+
- n/a
6+
7+
## [2.1.0] - 2020-10-31
8+
59
### Added
610

7-
- New method `matches($ip, $mask)` to perform wildcard mask matching common in network Access Control Lists and OSPF dynamic routing [#51](https://github.com/rlanvin/php-ip/pull/51)
11+
- New method `IP::matches($ip, $mask)` to perform wildcard mask matching common in network Access Control Lists and OSPF dynamic routing [#51](https://github.com/rlanvin/php-ip/pull/51)
812
- IPv4Block: Allow to specify the prefix also as an old-style netmask [#53](https://github.com/rlanvin/php-ip/pull/53)
13+
- Support for PHP 7.4
914

1015
## [2.0.0] - 2019-09-01
1116

@@ -35,6 +40,7 @@
3540

3641
First release
3742

38-
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v2.0.0...HEAD
39-
[2.0.0]: https://github.com/rlanvin/php-rrule/compare/v1.0.1...v2.0.0
43+
[Unreleased]: https://github.com/rlanvin/php-ip/compare/v2.1.0...HEAD
44+
[2.1.0]: https://github.com/rlanvin/php-ip/compare/v2.0.0...v2.1.0
45+
[2.0.0]: https://github.com/rlanvin/php-ip/compare/v1.0.1...v2.0.0
4046
[1.0.1]: https://github.com/rlanvin/php-ip/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)