Skip to content

Commit

Permalink
Fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Feb 27, 2024
1 parent d8ff96d commit 1f6cad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Changelog
Version 0.4.18
--------------

- Make the import hook compatible with python3.12.
- Added a ``strict_decode`` option to all protocols to force all strings in response are decoded to ``str``.
- Allow annotations ``Union`` type.
- Fixed the `message_type` in oneway request.
- Make the import hook compatible with Python3.12.
- Added a ``strict_decode`` option to all protocols to force all strings in the response to be decoded to ``str``.
- Allow annotations in the ``Union`` type.
- Fixed the ``message_type`` in oneway request.

Version 0.4.17
--------------
Expand Down

0 comments on commit 1f6cad4

Please sign in to comment.