Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFreezed committed May 30, 2021
1 parent 449f088 commit 26ab70f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
LuaPreprocess

v1.13.2 (2021-05-30)
Command line program:
- Fixed internal error when reporting a user error.

v1.13.1 (2021-05-16)
Library:
- Dual code now supports multiple assignment targets: !!x, y = ...
Expand Down
2 changes: 1 addition & 1 deletion preprocess.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@



local PP_VERSION = "1.13.1"
local PP_VERSION = "1.13.2"

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

Expand Down

0 comments on commit 26ab70f

Please sign in to comment.