summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index b1647da..ae147b1 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -4,11 +4,15 @@
User-facing changes:
- - General bugfixes:
+ - General Changes:
+ Encoder, ReEncoder: Now correctly trims unnecessary the
trailing '0's from the fraction-part when compacting numbers.
+ + ReEncoder: No longer compact floating-point numbers by
+ default, add a `CompactFloats` ReEncoderConfig option to
+ control this.
+
- Compatibility bugfixes:
+ compat/json.Valid: No longer considers truncated JSON
@@ -17,6 +21,9 @@
+ compat/json.Compact, compat/json.Indent: Don't write to the
destination buffer if there is a syntax error.
+ + compat/json.Compact, compat/json.Indent: No longer compact
+ floating-point numbers; as `encoding/json` doesn't.
+
- Unicode:
+ Feature: Encoder, ReEncoder: Add an `InvalidUTF8`