Skip to content

Commit

Permalink
release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Mar 11, 2019
1 parent 4cec137 commit cba860b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
-----------------

Expand Down

0 comments on commit cba860b

Please sign in to comment.