Skip to content

Commit 024ea51

Browse files
changelog: Restructure next release details
1 parent 571bcbc commit 024ea51

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## [Unreleased]
44

5+
Bilal Elmoussaoui:
56
- Add support for the to be released `gtk::UriLauncher`
7+
- [Improve the API of `gtk::WidgetExt::dispose_template`](https://github.com/gtk-rs/gtk4-rs/pull/1212)
8+
- [Mention the failed to retrieve template child name](https://github.com/gtk-rs/gtk4-rs/pull/1290)
9+
- [Add a macos job](https://github.com/gtk-rs/gtk4-rs/pull/1237)
610

7-
* [Add blueprint support](https://github.com/gtk-rs/gtk4-rs/pull/1238)
11+
yuraiz:
12+
- [Add blueprint support](https://github.com/gtk-rs/gtk4-rs/pull/1238)
813
```rust
914
#[derive(Debug, Default, gtk::CompositeTemplate)]
1015
#[template(string = "
@@ -24,8 +29,6 @@ pub struct MyWidget {
2429
pub label2: gtk::TemplateChild<gtk::Label>,
2530
}
2631
```
27-
* [Mention the failed to retrieve template child name](https://github.com/gtk-rs/gtk4-rs/pull/1290)
28-
* [Add a macos job](https://github.com/gtk-rs/gtk4-rs/pull/1237)
2932

3033

3134
## 0.5.5

0 commit comments

Comments
 (0)