File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 1.4.0 (2018-02-28)
4
15
5
16
* Feature: Update DNS dependency to support loading system default DNS
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ This library's API is modelled after node.js's API for
36
36
The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
37
37
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
38
38
39
- This project follows [ SemVer] ( http ://semver.org/) .
39
+ This project follows [ SemVer] ( https ://semver.org/) .
40
40
This will install the latest supported version:
41
41
42
42
``` bash
43
- $ composer require react/datagram:^1.4
43
+ $ composer require react/datagram:^1.5
44
44
```
45
45
46
46
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments