Skip to content

Commit 26ab70f

Browse files
committed
Updated changelog.
1 parent 449f088 commit 26ab70f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
LuaPreprocess
33

4+
v1.13.2 (2021-05-30)
5+
Command line program:
6+
- Fixed internal error when reporting a user error.
7+
48
v1.13.1 (2021-05-16)
59
Library:
610
- Dual code now supports multiple assignment targets: !!x, y = ...

preprocess.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119

120120

121-
local PP_VERSION = "1.13.1"
121+
local PP_VERSION = "1.13.2"
122122

123123
local MAX_DUPLICATE_FILE_INSERTS = 1000 -- @Incomplete: Make this a parameter for processFile()/processString().
124124

0 commit comments

Comments
 (0)