From 20ea3381fad2db3d3d51489099139a23e5cb3649 Mon Sep 17 00:00:00 2001 From: Benjamin Doherty Date: Mon, 22 Feb 2021 10:28:21 -0800 Subject: [PATCH] Update RELEASE_NOTES for 1.9.13 --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 772ad86ca08a..1dd051a76635 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,11 @@ A new header is inserted each time a *tag* is created. ## v1.9.13 +- Android: fix "No implementation found" error. +- Android: fix compilation error in UbershaderLoader. +- engine: computeDataSize now returns correct value for USHORT_565. +- Vulkan: various internal improvements. + ## v1.9.12 - engine: Fixed GL errors seen with MSAA on WebGL.