From 1220db039357216c5bc60fe3bf41d0d22726cac9 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 11 Jul 2024 16:18:52 -0300 Subject: [PATCH] Fix typo anc crystal format. --- CHANGELOG.md | 2 +- examples/alert_dialog.cr | 1 - examples/file_dialog.cr | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c90e01c9..4d14aeca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.17.0] - 2024-07-11 ### Added -- Functions receiving `Gio::AsyncResultCallback` not works, unless the `_finish` functions isn't too complex, see `examples/file_dialog.cr`. +- Functions receiving `Gio::AsyncResultCallback` now works, unless the `_finish` functions isn't too complex, see `examples/file_dialog.cr`. ### Changed - Using GI-Crystal v0.23.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info. diff --git a/examples/alert_dialog.cr b/examples/alert_dialog.cr index 0b9031f92..ee4ce7fbc 100644 --- a/examples/alert_dialog.cr +++ b/examples/alert_dialog.cr @@ -15,4 +15,3 @@ end app = Gtk::Application.new("hello.example.com", Gio::ApplicationFlags::None) app.activate_signal.connect(->activate(Gtk::Application)) exit(app.run) - diff --git a/examples/file_dialog.cr b/examples/file_dialog.cr index aaad5a9bf..2cb6a98d8 100644 --- a/examples/file_dialog.cr +++ b/examples/file_dialog.cr @@ -16,4 +16,3 @@ end app = Gtk::Application.new("hello.example.com", Gio::ApplicationFlags::None) app.activate_signal.connect(->activate(Gtk::Application)) exit(app.run) -