From 4b43223e9f15f6b9a4f1951c94c6d1551780da3a Mon Sep 17 00:00:00 2001 From: David M Date: Wed, 21 Jun 2023 12:14:32 +0200 Subject: [PATCH] Updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 698ee047..459387f1 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ The library will remain open source and MIT licensed and can still be used, fork - Fixed SASL AUTH did not read enough data when COOKIE was used, thanks to [Prototik](https://github.com/Prototik) ([#215](https://github.com/hypfvieh/dbus-java/issues/215)) - Fixed several other issues when using SASL anonymous authentication, thanks to [Prototik](https://github.com/Prototik) ([PR#216](https://github.com/hypfvieh/dbus-java/pull/216)) - Updated documentation ([#218](https://github.com/hypfvieh/dbus-java/issues/218)) + - Fixed possible issue with used serial numbers in messages because signals may manually incremented the serial without updating global serial ([#220](https://github.com/hypfvieh/dbus-java/issues/220)) + ##### Changes in 4.3.0 (2023-03-10): - Fixed thread priority settings were never passed to thread factory, thanks to [DaveJarvis](https://github.com/DaveJarvis) ([#190](https://github.com/hypfvieh/dbus-java/issues/190))