From f51bbd1c3876964af3fe5caca6a4576ca71fcd06 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 21 Dec 2020 13:28:28 +0000 Subject: [PATCH] Update CHANGELOG-v3.50.md --- CHANGELOG-v3.50.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-v3.50.md b/CHANGELOG-v3.50.md index f1af44334..6104fa167 100644 --- a/CHANGELOG-v3.50.md +++ b/CHANGELOG-v3.50.md @@ -1,3 +1,7 @@ +## Version 3.50.1 - Subaru - 21st December 2020 + +* The new Web Audio Panning feature breaks WebAudio on Safari (OSX and iOS). The stero panner node is now only created if supported. Fix #5460 (thanks @d4rkforce) + ## Version 3.50.0 - Subaru - 16th December 2020 Due to the massive amount of changes in 3.50 this Change Log is, by its nature, very long. It's important to scan through it, especially if you're porting a game from an earlier version of Phaser to 3.50. However, if you're after more top-level descriptions of what's new, with example code, then please see the posts we will be making to the Phaser site and Phaser Patreon in the coming months after release. We have also updated the Phaser 3 Examples site, so that every single example up there has been rewritten for 3.50, so you don't have to struggle working through old or deprecated syntax. Virtually all new features are covered in new examples, as well.