From 0cd193288d3a6bed3872fcbe98a02ebfc45ba5b7 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Fri, 15 Mar 2024 09:19:34 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4173167..c882193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This is the changelog for Cldr Utils v2.25.0 released on _______. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_utils/tags) +### Bug Fixes + +* Fix `Cldr.Math.pow/2` when the exponent is in the range 0 < n < 1. + ### Enhancements * Adds `Cldr.Math.mult/2`, `Cldr.Math.div/2`, `Cldr.Math.add/2` and `Cldr.Math.sub/2` to operate on integers, floats and Decimals.