You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
- Config methods are const
4
4
- Added `EncoderStringWriter` to allow encoding directly to a String
5
5
-`EncoderWriter` now owns its delegate writer rather than keeping a reference to it (though refs still work)
6
-
- As a consequence, it is now possible to extract the delegate writer from an `EncoderWriter` via `finish()`
6
+
- As a consequence, it is now possible to extract the delegate writer from an `EncoderWriter` via `finish()`, which returns `Result<W>` instead of `Result<()>`.
0 commit comments