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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Using this version as replacement for 2.7.x however, will not work without chang
11
11
- Replaced libmatthew with jnr-unixsocket
12
12
- Removed all native library files and sources
13
13
- Added new transport system to use jnr-unixsocket (replaces old Transport class)
14
+
- Added support for empty collections/arrays (thanks to [chris-melman](https://github.com/chris-melman))
15
+
- Added support of DBUS_MACHINE_ID_LOCATION environment property to allow usage of dbus-java on Windows (thanks to [chris-melman](https://github.com/chris-melman))
14
16
15
17
##### Changes in 3.0.2
16
18
- Added support for handling various DBus signals without the need to create a specific interface class (thanks to [rm5248](https://github.com/rm5248))
0 commit comments