Skip to content

Commit

Permalink
Fix release notes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Feb 5, 2018
1 parent bba8c1d commit 1de7d73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
* `RandomAccessFileKaitaiStream` provides KaitaiStream backed by
`RandomAccessFile` (and thus uses normal OS read calls, as it
was done in older KaitaiStruct circa v0.5)
* [JS] Error classes are now subclasses of `KaitaiStream` and were renamed in the following way: `KaitaiUnexpectedDataError` -> `KaitaiStream`.`UnexpectedDataError`
* JavaScript: Error classes are now subclasses of `KaitaiStream` and
were renamed in the following way: `KaitaiUnexpectedDataError` ->
`KaitaiStream`.`UnexpectedDataError`
* Major bugfixes:
* C++: adjusted to made compatible with OS X and Windows MSVC builds
* Fixed broken generation of byte array literals with high 8-bit set
Expand Down

0 comments on commit 1de7d73

Please sign in to comment.