diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-10 21:56:11 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-10 21:56:11 -0700 |
commit | d7414035894f378c9e1d48b04a767f61b082186a (patch) | |
tree | ba9ec20307b4200f1010bc291d78c3786b57e326 /ReleaseNotes.md | |
parent | c604347f1950e3dfbef2f524da8a63692848da27 (diff) | |
parent | 276ab5935873edc05e1882c06fc527a14babd27c (diff) |
Merge branch 'lukeshu/reencode-io'
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r-- | ReleaseNotes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 9974f0e..e00bf10 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,6 +8,13 @@ a user of lowmemjson's native APIs does not need to import `encoding/json` or compat/json in order to use them. + - Encoder, ReEncoder: If there was an error writing to the output + stream, it may have returned a `*ReEncodeSyntaxError` even though + it's not a syntax issue, or may have returned the underlying + error without wrapping it. If there is an error writing to the + output, Encoder and ReEncoder now return `*EncodeWriteError` and + `*ReEncodeWriteError` respectively. + # v0.3.5 (2023-02-10) Theme: Compatibility bugfixes |