From 73292c892a3f828c7c2d42d709730fe21cea5b9c Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 16 Jul 2018 15:16:29 +0100 Subject: [PATCH] Updated change log --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c8e7d5a..c2527ebaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## Version 3.12.0 - Silica - in development + +### New Features + +### Updates + +### Bug Fixes + +* If an AudioFile failed to load and throw an incomplete error, it would cause the console.log to crash JavaScript when trying to log the error. It now only logs the message if it exists. Fix #3830 (thanks @kelostrada) + +### Examples, Documentation and TypeScript + +My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs: + +@DannyT @squilibob @dvdbrink @t1gu1 @cyantree @DrevanTonder @mikewesthad @tarsupin @shadowofsoul + + + ## Version 3.11.0 - Leafa - 13th July 2018 ### Camera - New Features, Updates and Fixes