Changelog additions

This commit is contained in:
Basileus 2022-01-27 09:33:28 +11:00 committed by GitHub
parent 9b5594adbe
commit 3eaff291c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: