From cb34194be8529ee92db8ef075353f0b8a3f57122 Mon Sep 17 00:00:00 2001 From: Vladyslav Batyrenko Date: Sun, 2 Jun 2024 17:45:32 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63344c0e..c7e7e5d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Request Redraw only if really needed ([#278](https://github.com/mvlabat/bevy_egui/pull/278) by @Maximetinu). - Fixed light in the `render_to_image_wideget` example ([#282](https://github.com/mvlabat/bevy_egui/pull/282) by @rlidwka). -### Fixed - - ## [0.27.0] - 18-Apr-2024 ### Added