From f99b37e87e0c7d0171b3991b533c121904f99ed2 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Thu, 16 Mar 2023 18:03:50 +0100 Subject: [PATCH] added changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a275dbaf0e..7d15194aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ Bottom level categories: --> ## Unreleased +### Bug Fixes +#### GLES +- Fix `Vertex buffer is not big enough for the draw call.` for ANGLE/Web when rendering with instance attributes on a single instance. By @wumpf in [#3596](https://github.com/gfx-rs/wgpu/pull/3596) ## wgpu-0.15.2 (2023-03-08)