diff --git a/CHANGELOG.md b/CHANGELOG.md index 88487b0..c1ab640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Fixed issue with wrong argument name for `nakama.rpc_func` +- Fixed `socket.party_data_send()` and `socket.match_data_send()` so that they no longer wait for a response from the server, since both of these messages won't trigger a response from the server. ## [3.2.0] - 2023-12-11 ### Changed