What's Changed
- Support for mutable structs as BufferWriter. by @haqoff in https://github.com/Cysharp/MemoryPack/pull/361
- Fix for generic struct deserialization when using ReadOnlySequence by @nathanAjacobs in https://github.com/Cysharp/MemoryPack/pull/352
New Contributors
- @haqoff made their first contribution in https://github.com/Cysharp/MemoryPack/pull/361
- @nathanAjacobs mad...