From d047c119b1eb7c80a01527a3a4b6387e090ee58b Mon Sep 17 00:00:00 2001 From: Nikolaus Huber Date: Wed, 19 Jun 2024 11:37:20 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 34726bfc..a50f3f02 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # 0.3.0 +- Add support for testing functions with tuple arguments/return values + [\#237](https://github.com/ocaml-gospel/ortac/pull/237) - Add support for testing functions without a sut argument [\#235](https://github.com/ocaml-gospel/ortac/pull/235) - Add error for empty command type