diff --git a/CHANGES.md b/CHANGES.md index d7805b9..9c94e9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +### 11.0.9 (2023-05-05) + + * Fixed a bug in the bytecode bindings for `lamch`, which also affected + `syevr`. These functions should now not crash anymore when compiling + to bytecode or using the OCaml interpreter. + + Thanks to Philippe Veber for the bug report! + + * Added support for Apple Silicon. + + Thanks to Marcello Seri for this contribution! + + * Improved Dune build rules + + ### 11.0.8 (2020-08-15) * Improved detection of (complex) `dotu` and `dotc` calling conventions.