From 985a383b4de67b860a22d365c19919ee74806936 Mon Sep 17 00:00:00 2001 From: Levent Erkok Date: Tue, 2 Apr 2024 13:29:58 -0700 Subject: [PATCH] update --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 13215a28c..6217c3287 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ * Hackage: * GitHub: +### Version next + + * Increase the number of digits used in printing floats in decimal base, which leads to + better output in most cases. + ### Version 10.7, 2024-03-23 * Fix SMTDefinable instances for functions of arity 8-12. Thanks to Nick Lewchenko for the patch.