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

Fix incorrect date in CHANGELOGs

This commit is contained in:
Emil Ernerfeldt
2022-12-09 08:29:44 +01:00
parent 7d91e90481
commit 85f615f21c
8 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to the `egui-wgpu` integration will be noted in this file.
## Unreleased
## 0.20.0 - 2022-08-20 - web support
## 0.20.0 - 2022-12-08 - web support
* Renamed `RenderPass` to `Renderer`.
* Renamed `RenderPass::execute` to `RenderPass::render`.
* Renamed `RenderPass::execute_with_renderpass` to `Renderer::render` (replacing existing `Renderer::render`)