Skip to content

Commit 00d55f5

Browse files
committed
NEWS: export objects even without requesting any service name (#49)
just mentioning an issue that was fixed in beta1 already and I forgot to mention it #49
1 parent 2231399 commit 00d55f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ API:
66
* DBus::Object#object_server replaces @service (which still works) and the short-lived
77
@connection
88
* 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).
911

1012
Bug fixes:
1113
* Fixed a refactoring crasher bug in ProxyService#introspect (oops).
1214
* Fix crash on #unexport of /child_of_root or even /
1315

16+
[#49]: https://github.com/mvidner/ruby-dbus/issues/49
17+
1418
## Ruby D-Bus 0.23.0.beta1 - 2023-06-05
1519

1620
Bug fixes:

0 commit comments

Comments
 (0)