From ecb5644b0420488cc25d4356d6ccf72d70d97f1a Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Mon, 4 Apr 2022 09:53:06 +0200 Subject: [PATCH] Summarize the user-visible changes. --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9438443..3ecec12 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,11 +5,15 @@ API: * Renamed the DBus::Type::Type class to DBus::Type (which was previously a module). + * Introduced DBus::Data classes, use them in Properties.Get, + Properties.GetAll to return correct types as declared (still [#97][]). Bug fixes: * Signature validation: Ensure DBus.type produces a valid Type * Detect more malformed messages: non-NUL padding bytes, variants with multiple or no value. + * Added thorough tests (`spec/data/marshall.yaml`) to detect nearly all + invalid data at unmarshalling time. ## Ruby D-Bus 0.18.0.beta1 - 2022-02-24