Skip to content

Commit 02df6af

Browse files
Fix typo errors
1 parent 9595221 commit 02df6af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_posts/2020-07-04-new-release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ For the interested ones, here is the list of the merged pull requests:
255255
* [Replace bad code](https://github.com/gtk-rs/cairo/pull/314)
256256
* [Update for new from\_glib\_borrow signature](https://github.com/gtk-rs/cairo/pull/315)
257257
* [Add missing fn](https://github.com/gtk-rs/cairo/pull/317)
258-
* [Don't include LGPL docs in the docs if both embed-lgpl-docs and purge](https://github.com/gtk-rs/cairo/pull/319)
258+
* [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)
259259
* [errors: create an Error type and use that instead of Status](https://github.com/gtk-rs/cairo/pull/322)
260-
* [Work around crash when trying to access data of an image surface afte…](https://github.com/gtk-rs/cairo/pull/324)
260+
* [Work around crash when trying to access data of an image surface](https://github.com/gtk-rs/cairo/pull/324)
261261
* [add a freetype feature](https://github.com/gtk-rs/cairo/pull/326)
262262
* [mark all the enums as non exhaustive](https://github.com/gtk-rs/cairo/pull/327)
263263
* [add a script feature](https://github.com/gtk-rs/cairo/pull/328)

_posts/2022-10-18-new-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ For the interested ones, here is the list of the merged pull requests:
297297
* [dynamic type function variants for Variants and Values](https://github.com/gtk-rs/gtk-rs-core/pull/519)
298298
* [gtask: fix memory leak when calling g\_task\_return\_value](https://github.com/gtk-rs/gtk-rs-core/pull/527)
299299
* [Handle empty slices correctly](https://github.com/gtk-rs/gtk-rs-core/pull/533)
300-
* [cairo: Allow writing arbitrary `Surface`s as PNGs](https://github.com/gtk-rs/gtk-rs-core/pull/543)
300+
* [cairo: Allow writing arbitrary `Surface`s as `PNG`s](https://github.com/gtk-rs/gtk-rs-core/pull/543)
301301
* [glib: add trait `StaticTypeExt` with method `type\_ensure`](https://github.com/gtk-rs/gtk-rs-core/pull/544)
302302
* [Add missing pango attrs](https://github.com/gtk-rs/gtk-rs-core/pull/548)
303303
* [Remove remaining public fields](https://github.com/gtk-rs/gtk-rs-core/pull/549)

0 commit comments

Comments
 (0)