From 7b42abd60180cdf6c8740185ea9676a4edfe62c4 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 23 Feb 2018 02:23:46 +0000 Subject: [PATCH] Updated change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06aa2232..ed322fd56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Hundreds of JSDoc fixes across the whole API. * Tween.updateTweenData will now check to see if the Tween target still exists before trying to update its properties. +* If you try to use a local data URI in the Loader it now console warns instead of logs (thanks @samme) ### Bug Fixes