From cef3a7e7a6fed95b803effb8be8152e9e88f1c17 Mon Sep 17 00:00:00 2001 From: "Alex R. Delp" Date: Sat, 21 Nov 2020 19:58:32 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe4807..8033b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Fix SIGSEGV on text.NewAtlas if glyph absent +- Use slice for range in Drawer.Dirty(), to improve performance ## [v0.10.0] 2020-08-22 - Gamepad API added