summaryrefslogtreecommitdiff
path: root/egui_glium/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'egui_glium/CHANGELOG.md')
-rw-r--r--egui_glium/CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/egui_glium/CHANGELOG.md b/egui_glium/CHANGELOG.md
index 9add483e..a4c19d51 100644
--- a/egui_glium/CHANGELOG.md
+++ b/egui_glium/CHANGELOG.md
@@ -2,11 +2,14 @@
All notable changes to the `egui_glium` integration will be noted in this file.
-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-
## Unreleased
+## 0.11.0 - 2021-04-05
+* [Position IME candidate window next to text cursor](https://github.com/emilk/egui/pull/258).
+* [Register your own glium textures](https://github.com/emilk/egui/pull/226).
+* [Fix cursor icon flickering on Windows(https://github.com/emilk/egui/pull/218).
+
## 0.10.0 - 2021-02-28
* [Add shaders for GLSL 1.2, GLSL ES 1.0 and 3.0](https://github.com/emilk/egui/pull/187)