From 3eaff291c44fe87e831f4f8d5d4a16574fd38e52 Mon Sep 17 00:00:00 2001 From: Basileus Date: Thu, 27 Jan 2022 09:33:28 +1100 Subject: [PATCH] Changelog additions --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f72a2e7..e94594d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- **Breaking**: Client and Service Stubs no longer pack and unpack the input message fields as parameters. +- fix: Format field comments also as docstrings (#304) +- fix: Fix message text in NotImplementedError (#325) +- **Breaking**: Client and Service Stubs take 1 request parameter, not one for each field (#311) + Client and Service Stubs no longer pack and unpack the input message fields as parameters. Update your client calls and server handlers as follows: