We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9334f commit a4ea8f1Copy full SHA for a4ea8f1
2 files changed
README.md
@@ -18,6 +18,7 @@ that for Java. So I developed the JBBP library.<br>
18
# Change log
19
20
- __2.0.4 (SNAPSHOT)__
21
+ - added unsigned 32 bit integer type __uint__ [#37](https://github.com/raydac/java-binary-block-parser/issues/37)
22
- provided way to filter fields for mapping operations and write object
23
operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)
24
changelog.txt
@@ -1,4 +1,5 @@
1
2.0.4 (SNAPSHOT)
2
3
- provided way to filter fields for mapping operations and write object operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)
4
5
2.0.3 (03-jan-2021)
0 commit comments