Skip to content

Commit b149ad1

Browse files
committed
updated
1 parent 03ee63f commit b149ad1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ that for Java. So I developed the JBBP library.<br>
1717

1818
# Change log
1919

20+
- __2.0.4 (SNAPSHOT)__
21+
- provided way to filter fields for mapping operations and write object
22+
operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)
23+
2024
- __2.0.3 (03-jan-2021)__
2125
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
2226
- improved `JBBPTokenizerException` to show marked error

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.4 (SNAPSHOT)
2+
- provided way to filter fields for mapping operations and write object operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)
3+
14
2.0.3 (03-jan-2021)
25
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
36
- improved `JBBPTokenizerException` to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)

0 commit comments

Comments
 (0)