Merge branch '1.1.x' into 1.2.x
[luajson.git] / docs / ReleaseNotes-1.2.1.txt
blobd6aadf7c762679bb858e37f63445f820469dd24e
1 luajson v1.2.1 Release Notes
2 ============================
4 User Visible Changes
5 --------------------
6 LPeg 0.10 now supported.  The only problem was the mechanism for
7 version detection.  I now use object detection which should better
8 work for future version updates.
10 Plans for next release
11 ----------------------
12 No change in the plans for the next release.
13 For the next feature release, I plan on better fleshing out the enhanced
14 error handling and possibly adding in the more customizable output
15 system.  For previews of the features that might make it into the
16 next release, please see the "next" branch.  Note that this branch
17 is volatile and features may vanish rather than be reverted for cleanliness.
19 Enhanced error handling introduced in LPeg 0.10 might help this task.
22 Updates since 1.2
23 =================
25 Thomas Harning Jr (6):
26         decode/object:
27                 compatibility fix for LPeg 0.10 - function-checking vs number parsing