summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-14 14:27:18 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-18 22:45:54 -0700
commit218edcc3878394a6942d4f72e3be99137c22825a (patch)
treebdff24c7d278da78fc65026e27586e162892aa54 /ReleaseNotes.md
parentd240d0b06c7b5711f583d961eddfc37d07d4546e (diff)
reencode: Fix trimming trailing zeros
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 081644e..623d5da 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,14 @@
+# v0.3.7 (TBD)
+
+ Theme: TBD
+
+ User-facing changes:
+
+ - General bugfixes:
+
+ + Encoder, ReEncoder: Now correctly trims unnecessary the
+ trailing '0's from the fraction-part when compacting numbers.
+
# v0.3.6 (2023-02-16)
Theme: Architectural improvements