release v5.2.1

BufferAdapter statically assert on underlying type size

bugfix in StdBitset
This commit is contained in:
Mindaugas Vinkelis
2020-11-10 08:28:41 +02:00
parent 8a00183c80
commit db884a0656
7 changed files with 22 additions and 7 deletions

View File

@@ -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