Skip to content

Commit

Permalink
Fix typo in changelog (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode authored Oct 27, 2024
1 parent c1b301e commit 02984b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!)

Expand Down

0 comments on commit 02984b7

Please sign in to comment.