Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts: New release! #307

Merged
merged 4 commits into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _posts/2020-07-04-new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ For the interested ones, here is the list of the merged pull requests:
* [Replace bad code](https://github.com/gtk-rs/cairo/pull/314)
* [Update for new from\_glib\_borrow signature](https://github.com/gtk-rs/cairo/pull/315)
* [Add missing fn](https://github.com/gtk-rs/cairo/pull/317)
* [Don't include LGPL docs in the docs if both embed-lgpl-docs and purge](https://github.com/gtk-rs/cairo/pull/319)
* [Don't include LGPL docs in the docs if both embed-lgpl-docs and purge-lgpl-docs features are selected](https://github.com/gtk-rs/cairo/pull/319)
* [errors: create an Error type and use that instead of Status](https://github.com/gtk-rs/cairo/pull/322)
* [Work around crash when trying to access data of an image surface afte…](https://github.com/gtk-rs/cairo/pull/324)
* [Work around crash when trying to access data of an image surface](https://github.com/gtk-rs/cairo/pull/324)
* [add a freetype feature](https://github.com/gtk-rs/cairo/pull/326)
* [mark all the enums as non exhaustive](https://github.com/gtk-rs/cairo/pull/327)
* [add a script feature](https://github.com/gtk-rs/cairo/pull/328)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-10-18-new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ For the interested ones, here is the list of the merged pull requests:
* [dynamic type function variants for Variants and Values](https://github.com/gtk-rs/gtk-rs-core/pull/519)
* [gtask: fix memory leak when calling g\_task\_return\_value](https://github.com/gtk-rs/gtk-rs-core/pull/527)
* [Handle empty slices correctly](https://github.com/gtk-rs/gtk-rs-core/pull/533)
* [cairo: Allow writing arbitrary `Surface`s as PNGs](https://github.com/gtk-rs/gtk-rs-core/pull/543)
* [cairo: Allow writing arbitrary `Surface`s as `PNG`s](https://github.com/gtk-rs/gtk-rs-core/pull/543)
* [glib: add trait `StaticTypeExt` with method `type\_ensure`](https://github.com/gtk-rs/gtk-rs-core/pull/544)
* [Add missing pango attrs](https://github.com/gtk-rs/gtk-rs-core/pull/548)
* [Remove remaining public fields](https://github.com/gtk-rs/gtk-rs-core/pull/549)
Expand Down
Loading
Loading