From a310bd08c008c6b37a656ebc93a2549dd9ce09d2 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 17 Jul 2020 15:49:07 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c449dad4f..35afdd2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -119,6 +119,7 @@ If you used any of them in your code, please update to the new function names be * `Config.batchSize` has been increased from 2000 to 4096. * Removed the Deferred Diffuse fragment and vertex shaders from the project, as they're not used. * `StaticTilemapLayer.upload` will now set the vertex attributes and buffer the data, and handles internal checks more efficiently. +* `StaticTilemapLayer` now includes the `ModelViewProjection` mixin, so it doesn't need to modify the pipeline during rendering. ### Bug Fixes