summaryrefslogtreecommitdiff
path: root/crates/egui_glow/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/egui_glow/CHANGELOG.md')
-rw-r--r--crates/egui_glow/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/egui_glow/CHANGELOG.md b/crates/egui_glow/CHANGELOG.md
index 761448d8..abb7a712 100644
--- a/crates/egui_glow/CHANGELOG.md
+++ b/crates/egui_glow/CHANGELOG.md
@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
+## 0.26.2 - 2024-02-14
+* Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps [#4036](https://github.com/emilk/egui/pull/4036) (thanks [@Nopey](https://github.com/Nopey)!)
+
+
## 0.26.1 - 2024-02-11
* Only disable sRGB framebuffer on supported platforms [#3994](https://github.com/emilk/egui/pull/3994) (thanks [@Nopey](https://github.com/Nopey)!)