Skip to content

Commit

Permalink
Add missing sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 1, 2024
1 parent 02df6af commit acfe904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-02-04-new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
author: gtk-rs developers
title: New Release
categories: [front, crates]
date: 2024-02-04 20:00:00 +0000
date: 2024-06-01 13:00:00 +0000
---

Although this release happened a few months ago, we finally had time to finish this release blog post!
Expand Down Expand Up @@ -44,11 +44,11 @@ sender.send_blocking(MyMessage).expect("Channel closed");

#### Removal of re-exported once_cell crate, use `std::cell::OnceCell` / `std::sync::OnceLock`

<!-- need to write something -->
If you need lazy initialization then `once_cell::sync::Lazy` is still useful until `LazyCell` / `LazyLock` from `std` are finalized.

#### Re-organized traits in glib

<!-- need to write something -->
If you get a compiler error because of missing traits, usually the solution would be to make sure that the prelude of the crates (e.g. `gtk::prelude::*`) is imported.

#### Dynamic types support

Expand Down

0 comments on commit acfe904

Please sign in to comment.