From dc1c5529c0bbabb93e98342a0661faec00388ef5 Mon Sep 17 00:00:00 2001 From: Benjamin Doherty Date: Mon, 2 Nov 2020 10:59:19 -0700 Subject: [PATCH] Update RELEASE_NOTES for 1.9.7 --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eef4d4e265..bea3ffc4a7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,8 +5,16 @@ A new header is inserted each time a *tag* is created. ## Next release (main branch) +## v1.9.8 + ## v1.9.7 +- Vulkan: improvements to the ReadPixels implementation. +- Vulkan: warn instead of panic for sampler overflow. +- Vulkan: fix leak with headless swap chain. +- PlatformVkLinux now supports all combos of XLIB and XCB. +- Fix TypeScript binding for TextureUsage. + ## v1.9.6 - Added View::setVsmShadowOptions (experimental)