From 2a83f093087c07d4c806b8b1eae10cf6c4c7af3b Mon Sep 17 00:00:00 2001 From: Jannis <55352293+fluxxcode@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:27:56 +0100 Subject: [PATCH] docs: update changelog (#223) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98183042..49bacb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 2024-12-17 - egui update, custom right panel and more +### 🚨 Breaking Changes + +- Updated `egui` from version `0.29.1` to version `0.30.0` [#221](https://github.com/fluxxcode/egui-file-dialog/pull/221) (thanks [@bircni](https://github.com/bircni)! + ### ✨ Features - Added `FileDialog::update_with_right_panel_ui` to add a custom right panel to the file dialog [#170](https://github.com/fluxxcode/egui-file-dialog/pull/170) (thanks [@crumblingstatue](https://github.com/crumblingstatue)!)