From bf787609ab8cba4a09284700181ee8f1d79fb3b0 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 13 Apr 2021 15:19:27 +1200 Subject: [PATCH] Updated changelog, prepare for v6.0.0RC4 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4809c142f..7cbf8e12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,11 +32,12 @@ This version has also been known as `v5.2.0`, however, breaking changes caused t ### Voice Client - The voice client now requires at least PHP 7.4 to operate. It will not attempt to start on any version lower. -- The voice client can now run on Windows! PHP 8.0 is required to run the voice client on Windows. +- The voice client can now run on Windows, thanks to the introduction of socker pair descriptors in PHP 8.0 (see reactphp/child-process#85). As such, PHP 8.0 is required to run the voice client on Windows. - DCA has been rebuilt and refactored for better use with DiscordPHP. Note that the binaries have only been rebuilt for the `amd64` architecture. The following platforms are now supported: - Windows AMD64 - macOS AMD64 - Linux AMD64 + - I'm happy to support DCA for other platforms if requested. Please ensure that your platform is supported by the Go compiler, see the supported list [here](https://golang.org/doc/install/source#introduction). - The following functions no longer return promises, rather they throw exceptions and will return void. This is because none of these functions actually did any async work, therefore promises were redundant in this situation. - `setSpeaking()` - `switchChannel()` @@ -51,6 +52,7 @@ This version has also been known as `v5.2.0`, however, breaking changes caused t - `close()` - `getRecieveStream()` - Expect a voice client refactor in a future release. + ## Version 5.1.3 - Added the `recipient_id` property to `Channel` - 8b3eb0e667b39d906b3962a55d1469f5184b63ff