From 3d1ff5e2eb5e44a8136935bd887c3440b84a1f2b Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Tue, 3 Mar 2020 23:15:09 +0100 Subject: [PATCH] prepare to release 0.9.0 Signed-off-by: Marcello Seri --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fcd48bbf1..a5f3bf734 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## 0.9.0 (2020-03-03) + +* owl: sync opam files versioning +* added stack function (#506) +* Owl now compatible with latest version of Ctypes (#508) +* Fix bug in _squeeze_broadcast (#503) +* using extended indexing operator since ocaml 4.10.0 +* [breaking] Drop support for ocaml < 4.10.0 + ## 0.8.0 (2020-02-25) * Fix bug in _squeeze_broadcast (#503)