diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-04 14:23:00 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-04 17:49:01 -0700 |
commit | 183832b22bf2730645aebffab41211fbfec2e18c (patch) | |
tree | b9a3e4cdf56bb555a42c88d3f8e1bb833e8c59b9 | |
parent | 0599269e3f7abd82d97892f45b82891003d19139 (diff) |
ReleaseNotes.md: Describe the bugfixes
-rw-r--r-- | ReleaseNotes.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 76a1a5b..174ecaf 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,17 @@ +# v0.3.3 (TBD) + + Theme: Bugfix + + User-facing changes: + + - ReEncoder: Fixes a regression in v0.3.1 where it erroneously + enters compact mode when CompactIfUnder is set and write barriers + are in use. + + - ReEncoder: Fixes a regression in v0.3.1 where it sometimes emits + extra (but syntactically valid) newlines when write barriers are + in use. + # v0.3.2 (2023-02-03) Theme: Bugfix |