Skip to content

Commit

Permalink
Update CHANGELOG.md for 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Mar 6, 2023
1 parent 26d1a02 commit 3363dda
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

## [Unreleased]

## [0.17.3]

Fabio Valentini:
- pangocairo-sys: fix package.description in Cargo.toml

Jason Francis:
- gio: add `FileEnumerator::into_stream`
- glib: Only optimize `IntoGStr` for `String` when capacity allows

Marco Mastropaolo:
- gio: Added subclassing support for `gio::SocketControlMessage`
- gio: Fixed unit tests under macOS and possibly other \*nix flavors

Marco Melorio:
- glib: Add `connect_notify*` methods to `SignalGroup`

Matteo Biggio:
- glib: strv: when calling `g_strv` FFI method, use our `as_ptr` implementation

Sebastian Dröge:
- glib: Optimize `IntoGStr` impl for `String` by simply appending a NUL-byte
- glib: Depend on glib-macros 0.17.3 for `ValueDelegate` derive macro

ranfdev:
- glib: Add `ValueDelegate` derive macro
- glib: impl `HasParamSpec` on `glib::Variant`
- glib: Add nullable attribute on `Properties` macro
- glib: Explain `nullable` attribute

## [0.17.2]

Andrey Kutejko:
Expand Down

0 comments on commit 3363dda

Please sign in to comment.