Skip to content

Commit f032828

Browse files
Fix markdown
1 parent 6706126 commit f032828

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2019-02-21-new-release.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,16 @@ For the interested ones, here is the list of the merged pull requests:
151151
* [generate from_glib_borrow implementation for const pointers](https://github.com/gtk-rs/glib/pull/428)
152152
* [Replace deprecated tempdir crate](https://github.com/gtk-rs/glib/pull/427)
153153
* [Implement DerefMut for class structs too](https://github.com/gtk-rs/glib/pull/426)
154-
* [Clean up glib_wrapper! macro and IsA<_>, Wrapper traits and their impls](https://github.com/gtk-rs/glib/pull/421)
155-
* [GString: Avoid copy for From<GString> for String impl](https://github.com/gtk-rs/glib/pull/423)
154+
* [Clean up glib_wrapper! macro and IsA&lt;_&gt;, Wrapper traits and their impls](https://github.com/gtk-rs/glib/pull/421)
155+
* [GString: Avoid copy for From&lt;GString&gt; for String impl](https://github.com/gtk-rs/glib/pull/423)
156156
* [BoolError: allow owning the message](https://github.com/gtk-rs/glib/pull/419)
157157
* [Implement ToGlib for InitializingType](https://github.com/gtk-rs/glib/pull/418)
158158
* [Ci tests](https://github.com/gtk-rs/glib/pull/417)
159159
* [Add API for implementing GObject interfaces generically](https://github.com/gtk-rs/glib/pull/415)
160160
* [Make ObjectType::new() optional too](https://github.com/gtk-rs/glib/pull/416)
161161
* [Fixes compilation on aarch64](https://github.com/gtk-rs/glib/pull/413)
162162
* [Don't duplicate property name in subclass::Property type](https://github.com/gtk-rs/glib/pull/412)
163-
* [gstring: Specify a lifetime for the From<str> impl](https://github.com/gtk-rs/glib/pull/411)
163+
* [gstring: Specify a lifetime for the From&lt;str&gt; impl](https://github.com/gtk-rs/glib/pull/411)
164164
* [Introduce GString](https://github.com/gtk-rs/glib/pull/389)
165165
* [Implement Value traits manually](https://github.com/gtk-rs/glib/pull/410)
166166
* [return correct type for Variant::get_type()](https://github.com/gtk-rs/glib/pull/409)
@@ -375,7 +375,7 @@ All this was possible thanks to the [gtk-rs/gir](https://github.com/gtk-rs/gir)
375375
* [Remove useless files](https://github.com/gtk-rs/gir/pull/660)
376376
* [Correctly cast pointers in property getters/setters if no trait is to…](https://github.com/gtk-rs/gir/pull/692)
377377
* [Fix unused bounds in futures](https://github.com/gtk-rs/gir/pull/691)
378-
* [Update code generation for glib_wrapper! macro and IsA<_>, etc cleanup](https://github.com/gtk-rs/gir/pull/689)
378+
* [Update code generation for glib_wrapper! macro and IsA&lt;_&gt;, etc cleanup](https://github.com/gtk-rs/gir/pull/689)
379379
* [Codegen: use new glib macro for BoolError](https://github.com/gtk-rs/gir/pull/687)
380380
* [Mark autogenerated files as such](https://github.com/gtk-rs/gir/pull/679)
381381
* [Fix some clippy warnings](https://github.com/gtk-rs/gir/pull/680)
@@ -385,7 +385,7 @@ All this was possible thanks to the [gtk-rs/gir](https://github.com/gtk-rs/gir)
385385
* [Generate code using CStringHolder instead of String](https://github.com/gtk-rs/gir/pull/666)
386386
* [Add missing "glib" use statement for property setters](https://github.com/gtk-rs/gir/pull/674)
387387
* [Various minor fixes](https://github.com/gtk-rs/gir/pull/673)
388-
* [WIP: Don't generate any but the main IsA<_> bound for extension traits](https://github.com/gtk-rs/gir/pull/672)
388+
* [WIP: Don't generate any but the main IsA&lt;_&gt; bound for extension traits](https://github.com/gtk-rs/gir/pull/672)
389389
* [Remove now unneeded use statements for the glib_wrapper! macro](https://github.com/gtk-rs/gir/pull/671)
390390
* [Implement basics for subclassing](https://github.com/gtk-rs/gir/pull/669)
391391
* [Default generate_display_trait](https://github.com/gtk-rs/gir/pull/668)

0 commit comments

Comments
 (0)