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: CHANGES.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
-
## Unreleased
1
+
## 0.17.14
2
2
3
3
* Updated to miniz_oxide 0.8.0.
4
+
* Added public API to consume interlaced rows one by one ([#495])
5
+
* Improved support for resuming decoding after an `UnexpectedEof`, which lets you start parsing a file before it's fully received over the network ([#496])
6
+
* Fixed some broken links in documentation, improved some documentation comments
0 commit comments