Skip to content

Commit 2b4236e

Browse files
posts: Fix random things
1 parent 1f69c00 commit 2b4236e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_posts/2023-08-28-new-release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ rustdoc-args = ["--cfg", "docsrs"]
4747
features = []
4848
```
4949

50-
## gtk-rs-core
5150

52-
## #Switch to bitflags 2.0
51+
## Switch to bitflags 2.0
5352

5453
With this release we switched to version 2 of the [bitflags](https://crates.io/crates/bitflags) crate. While we regularly update our dependencies to the latest version, this is of particular note since flag types are often used in glib and GTK API.
5554

5655
We also re-export `bitflags` and `once_cell` from the `glib` crate so you can use them without directly depending on them.
5756

57+
## gtk-rs-core
58+
5859
### New `glib::derived_properties` macro
5960

6061
With the `glib::Properties` derive macro added in the last release, you still had to write these blanket functions manually

0 commit comments

Comments
 (0)