Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 10, 2019
1 parent 3376456 commit e4c5bf8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.5.0 (2019-07-10)

* Feature: Forward compatibility with upcoming stable DNS component.
(#29 by @clue)

* Prefix all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
(#28 by @WyriHaximus)

* Improve test suite to also test against PHP 7.1 and 7.2.
(#25 by @andreybolonin)

## 1.4.0 (2018-02-28)

* Feature: Update DNS dependency to support loading system default DNS
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ This library's API is modelled after node.js's API for
The recommended way to install this library is [through Composer](https://getcomposer.org).
[New to Composer?](https://getcomposer.org/doc/00-intro.md)

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

```bash
$ composer require react/datagram:^1.4
$ composer require react/datagram:^1.5
```

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

0 comments on commit e4c5bf8

Please sign in to comment.