Skip to content

Commit e4c5bf8

Browse files
committed
Prepare v1.5.0 release
1 parent 3376456 commit e4c5bf8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.5.0 (2019-07-10)
4+
5+
* Feature: Forward compatibility with upcoming stable DNS component.
6+
(#29 by @clue)
7+
8+
* Prefix all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
9+
(#28 by @WyriHaximus)
10+
11+
* Improve test suite to also test against PHP 7.1 and 7.2.
12+
(#25 by @andreybolonin)
13+
314
## 1.4.0 (2018-02-28)
415

516
* Feature: Update DNS dependency to support loading system default DNS

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ This library's API is modelled after node.js's API for
3636
The recommended way to install this library is [through Composer](https://getcomposer.org).
3737
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
3838

39-
This project follows [SemVer](http://semver.org/).
39+
This project follows [SemVer](https://semver.org/).
4040
This will install the latest supported version:
4141

4242
```bash
43-
$ composer require react/datagram:^1.4
43+
$ composer require react/datagram:^1.5
4444
```
4545

4646
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)