From 3ec7ca132c448e678952614ef57e8b0c2e1cce63 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 3 Dec 2022 14:29:52 +0000 Subject: [PATCH] news --- NEWS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3f3951d..bb8a750 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ v0.1 (unreleased) -* fix bugs with inexisting class method being called +Changes compared to the previous state (2013 commits): + +* fix bugs with non-existing class method being called +* fix float fields in protobuf messages sent * various API compatibility fixes * add CI tests using GitHub Actions