From f4c42368899980314a85d9199cd49684aa6b6016 Mon Sep 17 00:00:00 2001 From: Jesse Brooklyn Hannah Date: Fri, 27 Dec 2024 12:30:04 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3eb77..94624ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Accept any value that can be passed to the constructor of `stockholm.Money` wherever a `Money` object was required as an argument. +- Accept a function that accepts the object instance as an argument and returns + a `Money`-convertible value as an `amount` parameter. - Swapped positions of the `amount` and `description` fields on `Transaction`. ## v0.6.0 (2024-12-25)