diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md index 4a5b32c3..e70ff9fb 100644 --- a/crates/eframe/CHANGELOG.md +++ b/crates/eframe/CHANGELOG.md @@ -5,6 +5,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08 - AccessKit integration and `wgpu` web support diff --git a/crates/egui-winit/CHANGELOG.md b/crates/egui-winit/CHANGELOG.md index b32cf8b8..ccd7774e 100644 --- a/crates/egui-winit/CHANGELOG.md +++ b/crates/egui-winit/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the `egui-winit` integration will be noted in this file. ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08 diff --git a/crates/egui_glium/CHANGELOG.md b/crates/egui_glium/CHANGELOG.md index b03b9dc0..2f8ee202 100644 --- a/crates/egui_glium/CHANGELOG.md +++ b/crates/egui_glium/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the `egui_glium` integration will be noted in this file. ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08 diff --git a/crates/egui_glow/CHANGELOG.md b/crates/egui_glow/CHANGELOG.md index bd9ed527..28864462 100644 --- a/crates/egui_glow/CHANGELOG.md +++ b/crates/egui_glow/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the `egui_glow` integration will be noted in this file. ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08