You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## v0.4.2
4
+
5
+
This release contains some important bugfixes and features.
6
+
7
+
* Gracefully handle user errors in services by returning the error to the client. (#11)
8
+
* Remove the old high-level interfaces. (#15)
9
+
* Implement `org.freedesktop.DBus.Peer` for clients. (#16)
10
+
* Cache name owners and discriminate signals on owner (fixes a lot of mpris-service test errors).
11
+
* Clean up a lot of dead code.
12
+
3
13
## v0.4.1
4
14
5
15
This release contains breaking changes to how interfaces are exported on the bus with the public api. See the README and example service for the current way to export interfaces.
0 commit comments