From 198dcba41001e0bb815f603f08089c63637cd51e Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Wed, 1 May 2019 03:18:12 +0200 Subject: [PATCH] [doc] Add changes and propose release 1.6.1 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1996791..12ed562 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +1.6.1 +----- + + * Fix import of signatures with mutually recursive types + (Thierry Martinez #35, review and tweaks by Gabriel Scherer) + 1.6 ---