Skip to content

Commit 642b47b

Browse files
committed
updated
1 parent bb93b49 commit 642b47b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Java has some embedded features to parse binary data (for instance ByteBuffer),
1313

1414
# Change log
1515
- **2.0.1 (SNAPSHOT)**
16+
- [#26](https://github.com/raydac/java-binary-block-parser/issues/26) fixed bug in array write with MSB0
1617

1718
- **2.0.0 (20-nov-2019)**
1819
- __removed DslBinCustom annotation, use @Bin annotation instead__

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.1
2+
- [#26](https://github.com/raydac/java-binary-block-parser/issues/26) fixed bug in array write with MSB0
3+
14
2.0.0
25
- __removed DslBinCustom annotation, use @Bin annotation instead__
36
- __renamed attributes of @Bin annotation to their correct form__

0 commit comments

Comments
 (0)