Skip to content

Commit 71496fc

Browse files
committed
updated readme
1 parent 50e44b8 commit 71496fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
1616

1717
# Change log
1818
- **1.4.1 (SNAPSHOT)**
19+
- fixed incompatibility in tokenizer regex syntax for Android SDK [#23](https://github.com/raydac/java-binary-block-parser/issues/23)
1920
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
2021
- fixed NPE in JBBPDslBuilder for not-provided outBitNumber attribute in annotated field marked as type BIT or BIT_ARRAY [#20](https://github.com/raydac/java-binary-block-parser/issues/20)
2122
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Change log
22
--------------------------
33
1.4.1
4+
- fixed incompatibility in tokenizer regex syntax for Android SDK [#23](https://github.com/raydac/java-binary-block-parser/issues/23)
45
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
56
- fixed NPE in JBBPDslBuilder for not-provided outBitNumber attribute in annotated field marked as type BIT or BIT_ARRAY [#20](https://github.com/raydac/java-binary-block-parser/issues/20)
67
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types

0 commit comments

Comments
 (0)