1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -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

@@ -4,7 +4,7 @@ All notable changes to the `egui_extras` integration will be noted in this file.
## Unreleased
* You can now specify a texture filter for `RetainedImage` ([#1636](https://github.com/emilk/egui/pull/1636)).
* Fix uneven `Table` striping ([#1680](https://github.com/emilk/egui/pull/1680)).
* Fixed uneven `Table` striping ([#1680](https://github.com/emilk/egui/pull/1680)).
## 0.18.0 - 2022-04-30