summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index ae147b1..c949fd6 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -24,6 +24,11 @@
+ compat/json.Compact, compat/json.Indent: No longer compact
floating-point numbers; as `encoding/json` doesn't.
+ + compat/json.HTMLEscape: Just look for problematic UTF-8 runes,
+ don't actually parse as JSON. This is consistent with the
+ function's lack of an `error` return value, and with the
+ behavior of `encoding/json`.
+
- Unicode:
+ Feature: Encoder, ReEncoder: Add an `InvalidUTF8`