3.5.0
CHANGES:
New features:
Documentation:
-
Add example of how to use the library (@rottened23, #62).
-
Extract LICENSE and identify as BSD-2-Clause (@tmcgilchrist, #80).
Build system:
-
Remove compiler flags for flambda (@talex5, #83).
This was very slow to compile on OCaml 4.14, and the performance benefit is minimal. -
Replace
Uint32.of_int
in unit-tests withof_string
(@talex5, #73).
Fixed tests on 32-bit systems. -
Benchmarks: remove incorrect test for 64-bit on Windows (@dra27, #72).