From 18c96375b0fe09c871ca1134e82c0fd0c50fa646 Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Tue, 7 May 2024 09:32:33 +0200 Subject: [PATCH] Document the change --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a729fe0..68b1a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Support for converting decimals to BigInts and Numbers. +- Support for converting decimals to BigInts (`toBigInt`) and Numbers (`toNumber`). +- Relax the constructor to allow all Number arguments (in addition to BigInts and strings). ## [14.0.0] - 2024-04-30