mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
Update CHANGELOG-v3.50.md
This commit is contained in:
parent
afda0febcd
commit
f51bbd1c38
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue