8000 Changelog additions · danielgtaylor/python-betterproto@3eaff29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3eaff29

Browse files
authored
Changelog additions
1 parent 9b5594a commit 3eaff29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12-
- **Breaking**: Client and Service Stubs no longer pack and unpack the input message fields as parameters.
12+
- fix: Format field comments also as docstrings (#304)
13+
- fix: Fix message text in NotImplementedError (#325)
14+
- **Breaking**: Client and Service Stubs take 1 request parameter, not one for each field (#311)
15+
Client and Service Stubs no longer pack and unpack the input message fields as parameters.
1316

1417
Update your client calls and server handlers as follows:
1518

0 commit comments

Comments
 (0)
0