diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-10 19:24:45 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-10 19:56:26 +0100 |
commit | 7d1a146003117694e9d970b0cf08c514ffad1c6e (patch) | |
tree | 3f9b3d451abcba0e6acbeebc37c133e896158193 | |
parent | 1b50ae033b646db0efc8ea0917685a3a0c8bfc94 (diff) | |
download | dialog-rs-7d1a146003117694e9d970b0cf08c514ffad1c6e.tar.gz dialog-rs-7d1a146003117694e9d970b0cf08c514ffad1c6e.tar.bz2 |
Add the FileSelection dialog to the change log
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 939ae76..99a219f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ SPDX-License-Identifier: CC0-1.0 # Unreleased - Add the `KDialog` backend (contributed by Stephan Sokolow). +- Add the `FileSelection` dialog (contributed by Reyk Floeter). - Comply with version 3.0 of the REUSE specification. - Implement `Default` for all backend structs. |