From e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 10 Jul 2019 12:04:15 +0200 Subject: [PATCH] Prepare v1.5.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7a84d..d4b8ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d37367d..837bed0 100644 --- a/README.md +++ b/README.md @@ -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.