1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Changelogs: document that they are updated upon release (not by users)

This commit is contained in:
Emil Ernerfeldt
2023-08-09 17:12:47 +02:00
parent b2b6558c78
commit 92593b70fa
9 changed files with 19 additions and 14 deletions

View File

@@ -1,6 +1,9 @@
# Changelog for egui_glium
All notable changes to the `egui_glium` integration will be noted in this file.
This file is updated upon each release.
Changes since the last release can be found by running the `scripts/generate_changelog.py` script.
## Unreleased
* Remove the `screen_reader` feature ([#2669](https://github.com/emilk/egui/pull/2669)).