ci: replaces LPEG 1.0.0 testing with 1.0.1 testing
[luajson.git] / docs / ReleaseNotes-1.3.2.txt
blob3dc2dd8a7e25ad50b47bce85d689cad4fcdadbea
1 luajson v1.3.2 Release Notes
2 ============================
4 User Visible Changes
5 --------------------
6 One of the main changes in this release is compatibility with LPeg 0.12 and
7 more sane _ENV manipulation to avoid problems in strict environments.
8 The documentation has also been updated to reflect the behavior of the
9 often-used 'merge' utility to avoid surprises in behavior.
11 Plans for next release
12 ----------------------
13 A future release will have a stronger focus on decoder performance. It may
14 mean a reduction in flexibility by removing options and breaking compatibility.
16 Updates since 1.3.1
17 ===================
19 Thomas Harning Jr (6):
20         all:
21                 sets _ENV to nil using local _ENV = nil to avoid global writing
22         decoder:
23                 fixes compatibility with lpeg 0.12 by closing off 0-length captures in loops
24         docs:
25                 documents testing with the Penlight 'strict' module
26                 adds merge behavior documentation
27                 updates LPeg testing information