Skip to content

Commit 27c7cd3

Browse files
committed
Update CHANGELOG.md for 0.17.3
1 parent 60946b7 commit 27c7cd3

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
## [Unreleased]
44

5+
## [0.17.3]
6+
7+
Fabio Valentini:
8+
- pangocairo-sys: fix package.description in Cargo.toml
9+
10+
Jason Francis:
11+
- gio: add `FileEnumerator::into_stream`
12+
- glib: Only optimize `IntoGStr` for `String` when capacity allows
13+
14+
Marco Mastropaolo:
15+
- gio: Added subclassing support for `gio::SocketControlMessage`
16+
- gio: Fixed unit tests under macOS and possibly other \*nix flavors
17+
18+
Marco Melorio:
19+
- glib: Add `connect_notify*` methods to `SignalGroup`
20+
21+
Matteo Biggio:
22+
- glib: strv: when calling `g_strv` FFI method, use our `as_ptr` implementation
23+
24+
Sebastian Dröge:
25+
- glib: Optimize `IntoGStr` impl for `String` by simply appending a NUL-byte
26+
- glib: Depend on glib-macros 0.17.3 for `ValueDelegate` derive macro
27+
28+
ranfdev:
29+
- glib: Add `ValueDelegate` derive macro
30+
- glib: impl `HasParamSpec` on `glib::Variant`
31+
- glib: Add nullable attribute on `Properties` macro
32+
- glib: Explain `nullable` attribute
33+
534
## [0.17.2]
635

736
Andrey Kutejko:

0 commit comments

Comments
 (0)