We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2231399 commit 00d55f5Copy full SHA for 00d55f5
NEWS.md
@@ -6,11 +6,15 @@ API:
6
* DBus::Object#object_server replaces @service (which still works) and the short-lived
7
@connection
8
* ObjectServer#unexport now also accepts an object path
9
+ * Connection#object_server can export objects even without requesting any
10
+ service name ([#49][], in beta1 already).
11
12
Bug fixes:
13
* Fixed a refactoring crasher bug in ProxyService#introspect (oops).
14
* Fix crash on #unexport of /child_of_root or even /
15
16
+[#49]: https://github.com/mvidner/ruby-dbus/issues/49
17
+
18
## Ruby D-Bus 0.23.0.beta1 - 2023-06-05
19
20
0 commit comments