From cba860b27bf6291c9bcb144626648be8e07485dc Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Mon, 11 Mar 2019 16:57:25 +0000 Subject: [PATCH] release 3.7.0 --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7b1d82b3..ac011ec3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +v3.7.0 2019-03-10 +----------------- + +- Improve performance by not doing redundant bounds checks + in both the Bigarray and Cstruct level (#236 @Reperator @chambart) +- Ignore fields starting wih `_` by skipping code generation + but still respecting the space usage of that field. This was + a convention before but is now enforced by the code generator + to save space in the output (#233 @emillon) +- More warnings suppression for sizeof and enums (#231 @emillon) + v3.6.0 2019-03-01 -----------------