fixed

Pure Haskell large fixed-width integers and Montgomery arithmetic.
git clone git://git.ppad.tech/fixed.git
Log | Files | Refs | README | LICENSE

commit ba283e490e974d43ad37dfae4d55f27d377de9f0
parent a2db3b6a4a625fd4cbc6c21e64baf0b63813e2cb
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 28 Dec 2025 08:24:47 -0330

meta: document upcoming changes

Diffstat:
MCHANGELOG | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,11 @@ # Changelog +- 0.1.3 (2025-12-28) + * Makes some backward-incompatible API tweaks to Data.Choice: + + * 'from_word_mask# is now 'from_full_mask#' + * 'from_word#' is now 'from_bit#' + - 0.1.2 (2025-12-27) * Fixes an API mistake made in the v0.1.1 release.