Skip to content

Commit 7612a98

Browse files
committed
Update CHANGELOG.md for 0.17.2
1 parent 420b6be commit 7612a98

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.17.2]
6+
7+
Andrey Kutejko:
8+
- glib: Implement `PartialEq` and `PartialOrd` for `WeakRef`
9+
10+
Bilal Elmoussaoui:
11+
- glib: Add missing `ObjectImpl` vfuncs overrides
12+
- glib: Mention lack of finalize method on `ObjectImpl`
13+
14+
Jason Francis:
15+
- glib-macros: allow properties macro generated functions to be unused
16+
- glib: implement `WatchedObject` for `BorrowedObject`
17+
18+
Mathieu Duponchelle:
19+
- glib: object: address misleading casting docs
20+
21+
Matteo Biggio:
22+
- gio: `SimpleAction`: take ownership of value without leaking it
23+
24+
Paolo Borelli:
25+
- glib: properties: impl `HasParamSpec` for `Vec<String>` and `StrV`
26+
- glib-macros: Derive `HasParamSpec` for `SharedBoxed`
27+
- glib: Add `StrV::join()` method
28+
- glib: Add `StrV::contains()` method
29+
30+
SeaDve:
31+
- glib-macros: slightly improve `Properties` macro docs
32+
33+
Sebastian Dröge:
34+
- Update gir-files
35+
- Regenerate with latest gir-files
36+
- glib: Ignore new 2.76 free functions
37+
- gio: Don't pass `NULL` to `g_list_store_find_with_equal_func_full()`
38+
539
## [0.17.1]
640

741
Guillaume Desmottes:

0 commit comments

Comments
 (0)