From 9a934e5e43021d2bc0d692c7e1a48509ddf293e1 Mon Sep 17 00:00:00 2001 From: Marco Paganini Date: Tue, 15 Oct 2024 23:53:19 -0700 Subject: [PATCH] Changelog for v0.3.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4fcc2..0940dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.3.1 (Oct/2024) + +- BUGFIX: Introduced a small hack to properly pretty print large numbers. + Please note that rpn uses 64-bit floats internally, so numbers above 2^53 + cannot be reliably represented with full precision. +- BUGFIX: Small fix when printing the version number in the help page. + ## v0.3.0 (Oct/2024) - NEW: Added comment support. Anything starting with '#' is a comment.