From b25a5705295e10965f984287b03622c28859edf5 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 19 Mar 2021 15:00:30 +1100 Subject: [PATCH] Update v1.8.1.md --- src/docs/releaseNotes/v1.8.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/releaseNotes/v1.8.1.md b/src/docs/releaseNotes/v1.8.1.md index 8498687..8c686af 100644 --- a/src/docs/releaseNotes/v1.8.1.md +++ b/src/docs/releaseNotes/v1.8.1.md @@ -5,7 +5,7 @@ This release focuses on improving performance for map zooming and asset loading. - Custom tokens now share more data between each instance of a token saving on memory. - Zooming is more efficient by being better at choosing which elements need to be re-rendered. - Default image assets have been further compressed to save on network bandwidth. -- Browser compatibility has been expanded by supporting older browsers that didn't previously work with moving maps or interacting with dice. +- Browser compatibility has been expanded by supporting older browsers that previously didn't work with moving maps or interacting with dice. - Sending larger maps to players will no longer hitch the UI while the map is cached. - Using the fog brush tool has been optimised and is now less likely to result in small fog shapes on intersections. - Shared dice rolls now only show icons for the dice that have been rolled in the expanded view mode.