From 26ab70f2034c4cadbe16dbccdac177ab31e23fc6 Mon Sep 17 00:00:00 2001 From: ReFreezed Date: Sun, 30 May 2021 14:32:40 +0200 Subject: [PATCH] Updated changelog. --- Changelog.txt | 4 ++++ preprocess.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 92a01d2..c1e4c21 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 = ... diff --git a/preprocess.lua b/preprocess.lua index 9b8fc1b..89c6518 100644 --- a/preprocess.lua +++ b/preprocess.lua @@ -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().