Update CHANGES for v1.3.4.

List of significant changes since the last release tag.
This commit is contained in:
Ralph Giles 2019-08-30 13:37:50 -07:00
parent 8e84da6eb5
commit 13b89bab4d

10
CHANGES
View File

@ -1,3 +1,13 @@
Version 1.3.4 (2019 August 30)
* Faster slice-by-8 CRC32 implementation.
see https://lwn.net/Articles/453931/ for motivation.
* Add CMake build.
* Deprecate Visual Studio project files in favor of CMake.
* configure --disable-crc option for fuzzing.
* Various build fixes.
* Documentation and example code fixes.
Version 1.3.3 (2017 November 7)
* Fix an issue with corrupt continued packet handling.