Skip to content

Commit 86a1177

Browse files
committed
updated
1 parent 4157867 commit 86a1177

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Java has some embedded features to parse binary data (for instance ByteBuffer),
1212
![Use cases](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png)
1313

1414
# Change log
15+
- __2.0.3 (SNAPSHOT)__
16+
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
17+
- improved JBBPTokenizerException to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)
18+
1519
- __2.0.2 (22-aug-2020)__
1620
- added `JBBPOut#Bin` variant to override `@Bin` annotation fields in written objects.
1721
- [#28](https://github.com/raydac/java-binary-block-parser/issues/28) added `JBBPOut#BinForceByteOrder` to override byte order defined in `@Bin` annotations of written object.

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.3 (SNAPSHOT)
2+
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
3+
- improved JBBPTokenizerException to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)
4+
15
2.0.2 (22-aug-2020)
26
- added `JBBPOut#Bin` variant to override `@Bin` annotation fields in written objects.
37
- [#28](https://github.com/raydac/java-binary-block-parser/issues/28) added `JBBPOut#BinForceByteOrder` to override byte order defined in `@Bin` annotations of written object.

0 commit comments

Comments
 (0)