From f0acf34893fc14681a0f2654bb94f54353ab3609 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Sun, 14 Jun 2020 23:52:06 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 680be100..236d7fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# 2.2.1 + +* imgui renderer now supports moderngl textures. This opens up for both + displaying images and animated framebuffer textures into imgui. +* Scene: Fixed several issues related to shader assigning based on material properties. + This especially affected wavefront/obj files. +* OrbitCamera: Fixed translation issue (@Leterax) +* OrbitCamera: Now using degrees instead of radians (@Leterax) +* Bumped pyglet version to minimum 1.5.6. This version + solve several issue with window events for MacBooks with Touch Bar + # 2.2.0 * `WindowConfig` now supports overriding the default arugment parser.