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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@
58
58
*`RandomAccessFileKaitaiStream` provides KaitaiStream backed by
59
59
`RandomAccessFile` (and thus uses normal OS read calls, as it
60
60
was done in older KaitaiStruct circa v0.5)
61
-
*[JS] Error classes are now subclasses of `KaitaiStream` and were renamed in the following way: `KaitaiUnexpectedDataError` -> `KaitaiStream`.`UnexpectedDataError`
61
+
* JavaScript: Error classes are now subclasses of `KaitaiStream` and
62
+
were renamed in the following way: `KaitaiUnexpectedDataError` ->
63
+
`KaitaiStream`.`UnexpectedDataError`
62
64
* Major bugfixes:
63
65
* C++: adjusted to made compatible with OS X and Windows MSVC builds
64
66
* Fixed broken generation of byte array literals with high 8-bit set
0 commit comments