Skip to content

Commit bd96ddb

Browse files
committed
changelog
1 parent 82cf5cf commit bd96ddb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

changelog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ Change log
22
--------------------------
33

44
1.1.0
5-
- Added support of writing of mapped classes into JBBPOut
5+
- Added support to write mapped classes into JBBPOut
66
- Added JBBPTextWriter to log binary data as text with commentaries,tabs and separators
77
- Fixed read byte counter, now it counts only fully processed bytes, if only several bits have been read from byte then the byte will not be counted until whole read
8-
- Fixed including of static fields in mapping processes if class has marked by default Bin annotation
8+
- Fixed static fields including in mapping processes if class has marked by default Bin annotation
99
- Added flag JBBPParser#FLAG_SKIP_REMAINING_FIELDS_IF_EOF to ignore remaining fields during parsing if EOF without exception
1010
- Added flag JBBPMapper#FLAG_IGNORE_MISSING_VALUES to ignore mapping for values which are not found in parsed source
11+
- Added new auxiliary methods in JBBPUtils
1112

1213
1.0
1314
- The Initial version

0 commit comments

Comments
 (0)