From 3ad03f85932a7c29add3ae13d711e66c03607e35 Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 14 Feb 2022 11:38:33 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb574ea..76d06fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ - Fixed `AutoCommandBufferBuilder::push_constants` to push multiple times in case of range overlap (to accommodate VUIDs 01795 and 01796) - Fixed `shader!` macro failing to compile with geometry shaders. - Refactored `VertexBuffersCollection` to allow `Arc`. -- - Added a `Format::texels_per_block` method. +- Added a `Format::texels_per_block` method. # Version 0.28.0 (2022-02-02)