@@ -161,15 +161,15 @@ For the interested ones, here is the list of the (major) changes:
161
161
* [ Minor AnyValue improvements] ( https://github.com/gtk-rs/glib/pull/258 )
162
162
* [ Implement AnyValue, a wrapper around std::any::Any] ( https://github.com/gtk-rs/glib/pull/252 )
163
163
* [ Implement SendValue and make Value not implement Send] ( https://github.com/gtk-rs/glib/pull/256 )
164
- * [ Mark the IsA< _ > trait unsafe] ( https://github.com/gtk-rs/glib/pull/257 )
164
+ * [ Mark the IsA& lt ; _ & gt ; trait unsafe] ( https://github.com/gtk-rs/glib/pull/257 )
165
165
* [ Don't implement DerefMut on TypedValue] ( https://github.com/gtk-rs/glib/pull/255 )
166
166
* [ Useless version bumping to help @meh ] ( https://github.com/gtk-rs/glib/pull/245 )
167
167
* [ Allow specifying class struct to glib_wrapper!() macro] ( https://github.com/gtk-rs/glib/pull/234 )
168
168
* [ Some fixes in the Signals handling] ( https://github.com/gtk-rs/glib/pull/240 )
169
169
* [ Value usage improvements] ( https://github.com/gtk-rs/glib/pull/238 )
170
170
* [ Dox] ( https://github.com/gtk-rs/glib/pull/237 )
171
171
* [ Use a newtype wrapper around the signal handler IDs] ( https://github.com/gtk-rs/glib/pull/231 )
172
- * [ Implement FromGlibPtrBorrow for Option< FromGlibPtrBorrow > ] ( https://github.com/gtk-rs/glib/pull/232 )
172
+ * [ Implement FromGlibPtrBorrow for Option& lt ; FromGlibPtrBorrow& gt ; ] ( https://github.com/gtk-rs/glib/pull/232 )
173
173
* [ Add version for Sha384] ( https://github.com/gtk-rs/glib/pull/227 )
174
174
* [ For the CallbackGuard, print something to stderr and use abort() inst…] ( https://github.com/gtk-rs/glib/pull/225 )
175
175
* [ Fix versioning] ( https://github.com/gtk-rs/glib/pull/221 )
@@ -288,7 +288,7 @@ For the interested ones, here is the list of the (major) changes:
288
288
* [ Apply last gir] ( https://github.com/gtk-rs/gdk/pull/130 )
289
289
* [ Add getter for 'button' property of GdkEventButton] ( https://github.com/gtk-rs/gdk/pull/128 )
290
290
* [ WindowAttr] ( https://github.com/gtk-rs/gdk/pull/127 )
291
- * [ Implement From<& str> on Atom] ( https://github.com/gtk-rs/gdk/pull/125 )
291
+ * [ Implement From& lt ; & str& gt ; on Atom] ( https://github.com/gtk-rs/gdk/pull/125 )
292
292
* [ Update sys crates version] ( https://github.com/gtk-rs/gdk/pull/124 )
293
293
* [ Update authors] ( https://github.com/gtk-rs/gdk/pull/123 )
294
294
* [ Update version] ( https://github.com/gtk-rs/gdk/pull/122 )
@@ -357,7 +357,7 @@ For the interested ones, here is the list of the (major) changes:
357
357
* [ Generate IconSet] ( https://github.com/gtk-rs/gtk/pull/530 )
358
358
* [ Update to bitflags 0.9] ( https://github.com/gtk-rs/gtk/pull/528 )
359
359
* [ Update lgpl dependency version] ( https://github.com/gtk-rs/gtk/pull/527 )
360
- * [ Change gtk::Application::new parameter to use Into< Option<& str>> ] ( https://github.com/gtk-rs/gtk/pull/525 )
360
+ * [ Change gtk::Application::new parameter to use Into& lt ; Option& lt ; & str& gt ;& gt ; ] ( https://github.com/gtk-rs/gtk/pull/525 )
361
361
* [ Use glib::BoolError for gtk::init() and gtk::Application::new()] ( https://github.com/gtk-rs/gtk/pull/523 )
362
362
* [ Update lgpl version] ( https://github.com/gtk-rs/gtk/pull/522 )
363
363
* [ Update release_process.md] ( https://github.com/gtk-rs/gtk/pull/521 )
0 commit comments