From 02984b79f1013fc001be4dd8fc8e38982465cafe Mon Sep 17 00:00:00 2001 From: Jannis <55352293+fluxxcode@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:31:05 +0100 Subject: [PATCH] Fix typo in changelog (#183) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59880ecc..041ffed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ - Updated `egui` from version `0.28.0` to version `0.29.1` [#155](https://github.com/fluxxcode/egui-file-dialog/pull/155) and [#157](https://github.com/fluxxcode/egui-file-dialog/pull/157) (thanks [@crumblingstatue](https://github.com/crumblingstatue)!) ### 🔧 Changes -- Path edit is now selected as the desired file if the path entered is an existing file and the dialog is in `DialogueMode::SelectFile` mode [#151](https://github.com/fluxxcode/egui-file-dialog/pull/151) +- Path edit is now selected as the desired file if the path entered is an existing file and the dialog is in `DialogMode::SelectFile` mode [#151](https://github.com/fluxxcode/egui-file-dialog/pull/151) - Implemented `Debug` trait for `FileDialog` [#152](https://github.com/fluxxcode/egui-file-dialog/pull/152) - Added several lints and general code cleanup [#153](https://github.com/fluxxcode/egui-file-dialog/pull/153) (thanks [@bircni](https://github.com/bircni)!)