summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-15 15:10:00 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-16 22:30:29 -0700
commitf823342d5b9c2ca376d038471889176ab74acf1b (patch)
treef021ae7890922e10a1aa119dcdbd7dd2a587f09e /ReleaseNotes.md
parent2b7fff828e29b63ae08a871b4b1e74784fab29e5 (diff)
reencode: Don't bother tracking the number of bytes written
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 bee16c4..da35130 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -7,6 +7,11 @@
- Change: ReEncoder: The ReEncoderConfig struct member is no longer
public.
+ - Change: ReEncoder: `WriteRune` may now be called even if there is
+ a partial UTF-8 codepoint from a `Write` or `WriteString` call,
+ but now simply returns the width of the rune, rather than the
+ number of bytes actually written.
+
- Feature: `Number` and `RawMessage` type aliases are now
available, so that a user of lowmemjson's native APIs does not
need to import `encoding/json` or compat/json in order to use