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

Use past tense in all changelogs (for consistency)

This commit is contained in:
Emil Ernerfeldt
2022-07-23 23:55:21 +02:00
parent 8b3d218f4b
commit cf591da1a0
8 changed files with 108 additions and 108 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to the `egui-winit` integration will be noted in this file.
## Unreleased
* Fixed clipboard on Wayland ([#1613](https://github.com/emilk/egui/pull/1613)).
* Allow deferred render + surface state initialization for Android ([#1634](https://github.com/emilk/egui/pull/1634)).
* Fix window position persistence ([#1745](https://github.com/emilk/egui/pull/1745)).
* Fixed window position persistence ([#1745](https://github.com/emilk/egui/pull/1745)).
* Fixed mouse cursor change on Linux ([#1747](https://github.com/emilk/egui/pull/1747)).