Skip to content

Commit aff56ca

Browse files
committed
updated readme
1 parent dd9d61e commit aff56ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Change log
1919
===========
2020
- **1.3.0-SNAPSHOT**
2121
- __Fixed issue [#16 NullPointerException when referencing a JBBPCustomFieldTypeProcessor parsed field"](https://github.com/raydac/java-binary-block-parser/issues/16), many thanks to @use-sparingly for the bug report__
22-
- added Maven plugin to auto-generate Java classes (1.6+) from JBBP scripts
23-
- added Gradle plugin to auto-generate Java classes (1.6+) from JBBP scripts
22+
- added Maven plugin to generate sources from JBBP scripts
23+
- added Gradle plugin to generate sources from JBBP scripts
2424
- added extra byte array reading writing methods with byte order support into JBBPBitInputStream and JBBPBitOutputStream
2525
- added converter of compiled parser data into Java class sources (1.6+)
2626
- added method to read unsigned short values as char [] into JBBPBitInputStream

changelog.txt

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

44
1.3.0
55
- fixed NPE when referencing a JBBPCustomFieldTypeProcessor parsed field
6-
- added Maven plugin to auto-generate Java classes (1.6+) from JBBP scripts
7-
- added Gradle plugin to auto-generate Java classes (1.6+) from JBBP scripts
6+
- added Maven plugin to generate sources from JBBP scripts
7+
- added Gradle plugin to generate sources from JBBP scripts
88
- added extra byte array reading writing methods with byte order support into JBBPBitInputStream and JBBPBitOutputStream
99
- added converter of compiled parser data into Java class sources (1.6+)
1010
- added method to read unsigned short values as char [] into JBBPBitInputStream

0 commit comments

Comments
 (0)