From c19273fa9daceb0741d5e5dae0556d0a33481feb Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sat, 12 Oct 2024 00:46:20 +0200 Subject: [PATCH] Add missing changelog for #203. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585ad08d..50615495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ project adheres to Some will probably be made public after some stabilization period. * The `Debug` trait for `Error` is now the standard derived impl, to get the pretty output, use the `Display` trait. +* All numbers are now represented as f64 (#203). + This removes integration with `num-rational`, `num-bigint`, + `num-integer` and `num-traits`. ### Other changes: