mirror of
https://github.com/fraillt/bitsery.git
synced 2026-06-08 08:13:56 +00:00
release v5.2.1
BufferAdapter statically assert on underlying type size bugfix in StdBitset
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# [5.2.1](https://github.com/fraillt/bitsery/compare/v5.2.0...v5.2.1) (2020-11-14)
|
||||
|
||||
### Improvements
|
||||
* `Input/OutputBufferAdapter` now statically asserts that underlying type is 1byte in size.
|
||||
|
||||
### Bug fixes
|
||||
* fixed serialization in `StdBitset` when it's size is less then `unsigned long long`.
|
||||
|
||||
# [5.2.0](https://github.com/fraillt/bitsery/compare/v5.1.0...v5.2.0) (2020-11-09)
|
||||
|
||||
### Features
|
||||
|
||||
Reference in New Issue
Block a user