Update README to use MarkDown
[luajson.git] / docs / ReleaseNotes-1.3.1.txt
blob26eca795224a0cd3543244a6c2ff71bef2128435
1 luajson v1.3.1 Release Notes
2 ============================
4 User Visible Changes
5 --------------------
6 This release does not introduce many changes.
7 François Perrad kindly produced patches to make it work better with Lua 5.2
8 and handle strict modes.
9 It also introduces additional documentation about what varieties of Lua
10 have been tested.
12 Plans for next release
13 ----------------------
14 A future release will have a stronger focus on decoder performance. It may
15 mean a reduction in flexibility by removing options and breaking compatibility.
18 Updates since 1.3
19 =================
21 François Perrad (7):
22         -ungrouped-
23                 fix with Lua 5.2 strict
24                 remove the condition around `_ENV = nil`
25                 remove conditional (is_52) code
26                 fix tests
27                 fix test with Lua 5.2.0
28         lfs :
29                 fix with Lua 5.2 strict
30 Thomas Harning Jr (7):
31         -ungrouped-
32                 Merge pull request #21 from fperrad/compat51_52
33                 Merge pull request #22 from fperrad/patch-1
34                 Merge pull request #23 from fperrad/patch-2
35         all:
36                 adds module metadata as suggested by fperrad
37         decoder:
38                 fixes 5.2-strict mode state object
39         docs:
40                 notes tested Lua versions