Skip to content

Commit c02ac44

Browse files
committed
updated readme
1 parent 87242bf commit c02ac44

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: README.md

+1
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+
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
1920
- 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)
2021
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types
2122
- improved check of field names in JBBPDslBuilder [#21](https://github.com/raydac/java-binary-block-parser/issues/21)

Diff for: changelog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Change log
22
--------------------------
33
1.4.1
4+
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
45
- 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)
56
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types
67
- improved check of field names in JBBPDslBuilder [#21](https://github.com/raydac/java-binary-block-parser/issues/21)

0 commit comments

Comments
 (0)