Skip to content

Commit fc81db9

Browse files
committed
updated readme
1 parent 8594b9a commit fc81db9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

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

1717
# Change log
1818
- **1.4.0 (under development)**
19+
- added type `val` which allows to create virtual field with calculated value, can play role of variable in scripts
20+
- `val` and `var` have been added into reserved words and can't be used as field names
1921
- added field `outByteOrder` attribute to `Bin` annotation, it affects logic of `JBBPOut#Bin` for output of annotated objects which fields should be saved with different byte order
2022
- removed deprecated method `JBBPFinderException#getNameOrPath`
2123
- added [auxiliary class to build JBBP script](https://github.com/raydac/java-binary-block-parser/blob/master/jbbp/src/main/java/com/igormaznitsa/jbbp/utils/JBBPDslBuilder.java)

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Change log
22
--------------------------
33
1.4.0
4+
- added type `val` which allows to create virtual field with calculated value, can play role of variable in scripts
5+
- `val` and `var` have been added into reserved words and can't be used as field names
46
- added field `outByteOrder` attribute to `Bin` annotation, it affects logic of `JBBPOut#Bin` for output of annotated objects which fields should be saved with different byte order
57
- removed deprecated method `JBBPFinderException#getNameOrPath`
68
- added [auxiliary class to build JBBP script](https://github.com/raydac/java-binary-block-parser/blob/master/jbbp/src/main/java/com/igormaznitsa/jbbp/utils/JBBPDslBuilder.java)

0 commit comments

Comments
 (0)