Skip to content

Commit 1de7d73

Browse files
committed
Fix release notes formatting
1 parent bba8c1d commit 1de7d73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
* `RandomAccessFileKaitaiStream` provides KaitaiStream backed by
5959
`RandomAccessFile` (and thus uses normal OS read calls, as it
6060
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`
6264
* Major bugfixes:
6365
* C++: adjusted to made compatible with OS X and Windows MSVC builds
6466
* Fixed broken generation of byte array literals with high 8-bit set

0 commit comments

Comments
 (0)