From fb1f78aba64fc0ce5fbc8e015693abe05b1a3048 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Sun, 19 Apr 2020 20:30:29 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aead6a29..9922d1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# 2.1.1 + +## Improvements: + +* Optimized the imgui renderer using `ctypes` instead of `numpy` for handling vertex data (@aforren1) +* Added support for ALT key modifier in all window backends and other improvements to key handling (@OKaluza) +* `WindowConfig` now supports a `fullscreen` attribute + +Thanks to Alex Forrence (@aforren1) and Owen Kaluza (@OKaluza) for the contributions to this release. + ## 2.1.0 New Features