Skip to content

Commit 8ab9751

Browse files
committed
Update README.md
1 parent abe0fd6 commit 8ab9751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The Framework is under [Apache License 2.0](http://www.apache.org/licenses/LICEN
1111

1212
Change log
1313
===========
14-
- 1.1.0
14+
- **1.1.0**
1515
- Added support for mapped classes output into JBBPOut
1616
- Added JBBPTextWriter to log binary data as text with commentaries,tabs and separators
1717
- 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
1818
- Fixed static fields including in mapping processes if class has marked by default Bin annotation
1919
- Added flag JBBPParser#FLAG_SKIP_REMAINING_FIELDS_IF_EOF to ignore remaining fields during parsing if EOF without exception
2020
- Added flag JBBPMapper#FLAG_IGNORE_MISSING_VALUES to ignore mapping for values which are not found in parsed source
2121
- Added new auxiliary methods in JBBPUtils
22-
- 1.0
22+
- **1.0**
2323
- The Initial version
2424

2525
Java support

0 commit comments

Comments
 (0)