You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
6.1.0
2
-
- added function STR binfile(STR,STR) to load a bin file as encoded base64 or java byte array string
2
+
- implemented request #9, added support of whitespace between directive and comment, in command line it is `--es` option and in MAVEN and ANT it is boolean parameter `allowWhitespace`, by default it is turned off
3
+
- added function STR binfile(STR,STR) to load a bin file as encoded base64 or java byte array string
3
4
- changes in Preprocessor API, removed usage of null instead of PreprocessorContext or PreprocessingState as argument for many methods, improved tests
4
5
- fixed #8 issue, fixed work with absolute paths in //#include and evalfile(), added tests
0 commit comments