Skip to content

Commit c06c92e

Browse files
committed
Updated CHANGES
1 parent ca7742e commit c06c92e

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

CHANGES

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,28 @@ Changes for 2.0:
33
* New feature (issue #2): Update command line parameters syntax with the --name=value syntax
44
* New feature: Command line --noheader to not display the application header in the console output.
55
* New feature: Command line --quiet to not output any message to standard output.
6-
* Fixed issue #19: Add NSIS as a prerequisite in README and INSTALL
7-
* Fixed issue #17: Implement a --help and --h
8-
* Fixed issue #5: Fixed issue #5 - Remove the concept of segment
6+
* New feature: Command line --baseclass to change the default name of the interface which is File
7+
* Fixed issue #5: Remove the concept of segment
98
* Fixed issue #16: Implement a --namespace argument
9+
* Fixed issue #17: Implement a --help and --h
10+
* Fixed issue #19: Add NSIS as a prerequisite in README and INSTALL
11+
* Fixed issue #20: Modify how 'override' argument is implemented
12+
* Fixed issue #21: Add a reference to source code location in generated files.
1013

1114
Changes for 1.4:
1215

1316
* New feature: Now encoding binary using c++ control characters. Reduces the size of the output.
14-
* Fixed issue #7: Optimize carriage return text
15-
* Fixed issue #4: Remove absolute path from include statement in cpp generated code
17+
* Fixed issue #1: Update README file
1618
* Fixed issue #3: Make File class const in header generated files.
19+
* Fixed issue #4: Remove absolute path from include statement in cpp generated code
20+
* Fixed issue #5: Remove the concept of segment in the interface
21+
* Fixed issue #7: Optimize carriage return text
22+
* Fixed issue #8: Store binary data as HEX or OCT
1723
* Fixed issue #10: Move test file generation script to output dir
24+
* Fixed issue #11: Define googletest API as a git submodule
1825
* Fixed issue #12: Fix failling test: TestExtraction.testRandom3()
26+
* Fixed issue #13: bin2cpp crashes when encoding a generated file with size=1000 fill=random seed=1
1927
* Fixed issue #31: bin2cpp crashes when encoding a generated file with size=1000 fill=random seed=1
20-
* Fixed issue #1: Update README file
21-
* Fixed issue #11: Define googletest API as a git submodule
2228

2329
Changes for 1.3.40:
2430

0 commit comments

Comments
 (0)