Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Jul 30, 2020
1 parent e262ac0 commit 5df28ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 11.0.7 (2020-07-30)

* Removed package dependencies on `stdio` and `base`. This allows
testing with the new OCaml multicore compiler, which as of now does not
yet support these libraries.

Thanks to Anthony Scemama for this contribution!

* Added support for const char strings in stubs due to stricter handling
in newer OCaml runtimes. This eliminates C-compiler warnings.


### 11.0.6 (2020-01-23)

* Switched to OPAM file generation via `dune-project`
Expand Down

0 comments on commit 5df28ea

Please sign in to comment.