We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449f088 commit 26ab70fCopy full SHA for 26ab70f
Changelog.txt
@@ -1,6 +1,10 @@
1
Changelog
2
LuaPreprocess
3
4
+v1.13.2 (2021-05-30)
5
+Command line program:
6
+- Fixed internal error when reporting a user error.
7
+
8
v1.13.1 (2021-05-16)
9
Library:
10
- Dual code now supports multiple assignment targets: !!x, y = ...
preprocess.lua
@@ -118,7 +118,7 @@
118
119
120
121
-local PP_VERSION = "1.13.1"
+local PP_VERSION = "1.13.2"
122
123
local MAX_DUPLICATE_FILE_INSERTS = 1000 -- @Incomplete: Make this a parameter for processFile()/processString().
124
0 commit comments