From 85f615f21c443ea04862d8adc236f02409821b89 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 9 Dec 2022 08:29:44 +0100 Subject: [PATCH] Fix incorrect date in CHANGELOGs --- CHANGELOG.md | 2 +- crates/ecolor/CHANGELOG.md | 2 +- crates/eframe/CHANGELOG.md | 2 +- crates/egui-wgpu/CHANGELOG.md | 2 +- crates/egui-winit/CHANGELOG.md | 2 +- crates/egui_extras/CHANGELOG.md | 2 +- crates/egui_glow/CHANGELOG.md | 2 +- crates/epaint/CHANGELOG.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fa2407..875006a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG ## Unreleased -## 0.20.0 - 2022-08-20 - AccessKit, prettier text, overlapping widgets +## 0.20.0 - 2022-12-08 - AccessKit, prettier text, overlapping widgets * MSRV (Minimum Supported Rust Version) is now `1.65.0` ([#2314](https://github.com/emilk/egui/pull/2314)). * ⚠️ BREAKING: egui now expects integrations to do all color blending in gamma space ([#2071](https://github.com/emilk/egui/pull/2071)). * ⚠️ BREAKING: if you have overlapping interactive widgets, only the top widget (last added) will be interactive ([#2244](https://github.com/emilk/egui/pull/2244)). diff --git a/crates/ecolor/CHANGELOG.md b/crates/ecolor/CHANGELOG.md index a38db8dc..862b1600 100644 --- a/crates/ecolor/CHANGELOG.md +++ b/crates/ecolor/CHANGELOG.md @@ -5,5 +5,5 @@ All notable changes to the `ecolor` crate will be noted in this file. ## Unreleased -## 0.20.0 - 2022-08-20 +## 0.20.0 - 2022-12-08 * Split out `ecolor` crate from `epaint` diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md index 6be9683d..4a5b32c3 100644 --- a/crates/eframe/CHANGELOG.md +++ b/crates/eframe/CHANGELOG.md @@ -7,7 +7,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C ## Unreleased -## 0.20.0 - 2022-08-20 - AccessKit integration and `wgpu` web support +## 0.20.0 - 2022-12-08 - AccessKit integration and `wgpu` web support * MSRV (Minimum Supported Rust Version) is now `1.65.0` ([#2314](https://github.com/emilk/egui/pull/2314)). * Allow empty textures with the glow renderer. diff --git a/crates/egui-wgpu/CHANGELOG.md b/crates/egui-wgpu/CHANGELOG.md index 0ff4f112..7dc3d317 100644 --- a/crates/egui-wgpu/CHANGELOG.md +++ b/crates/egui-wgpu/CHANGELOG.md @@ -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`) diff --git a/crates/egui-winit/CHANGELOG.md b/crates/egui-winit/CHANGELOG.md index 6ff00fa2..b32cf8b8 100644 --- a/crates/egui-winit/CHANGELOG.md +++ b/crates/egui-winit/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the `egui-winit` integration will be noted in this file. ## Unreleased -## 0.20.0 - 2022-08-20 +## 0.20.0 - 2022-12-08 * The default features of the `winit` crate are not enabled if the default features of `egui-winit` are disabled too ([#1971](https://github.com/emilk/egui/pull/1971)). * Added new feature `wayland` which enables Wayland support ([#1971](https://github.com/emilk/egui/pull/1971)). * Don't repaint when just moving window ([#1980](https://github.com/emilk/egui/pull/1980)). diff --git a/crates/egui_extras/CHANGELOG.md b/crates/egui_extras/CHANGELOG.md index 48c681f8..2253601a 100644 --- a/crates/egui_extras/CHANGELOG.md +++ b/crates/egui_extras/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the `egui_extras` integration will be noted in this file. ## Unreleased -## 0.20.0 - 2022-08-20 +## 0.20.0 - 2022-12-08 * Added `RetainedImage::from_svg_bytes_with_size` to be able to specify a size for SVGs to be rasterized at. * Lots of `Table` improvements ([#2369](https://github.com/emilk/egui/pull/2369)): * Double-click column separators to auto-size the column. diff --git a/crates/egui_glow/CHANGELOG.md b/crates/egui_glow/CHANGELOG.md index e557a0e3..bd9ed527 100644 --- a/crates/egui_glow/CHANGELOG.md +++ b/crates/egui_glow/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the `egui_glow` integration will be noted in this file. ## Unreleased -## 0.20.0 - 2022-08-20 +## 0.20.0 - 2022-12-08 * Allow empty textures. * Added `shader_version` variable on `EguiGlow::new` for easier cross compilling on different OpenGL | ES targets ([#1993](https://github.com/emilk/egui/pull/1993)). diff --git a/crates/epaint/CHANGELOG.md b/crates/epaint/CHANGELOG.md index 48ac21f2..afe6fb93 100644 --- a/crates/epaint/CHANGELOG.md +++ b/crates/epaint/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the epaint crate will be documented in this file. ## Unreleased -## 0.20.0 - 2022-08-20 +## 0.20.0 - 2022-12-08 * ⚠️ BREAKING: Fix text being too small ([#2069](https://github.com/emilk/egui/pull/2069)). * ⚠️ BREAKING: epaint now expects integrations to do all color blending in gamma space ([#2071](https://github.com/emilk/egui/pull/2071)). * Improve mixed CJK/Latin line-breaking ([#1986](https://github.com/emilk/egui/pull/1986)).