# HG changeset patch # User Matthew Wild # Date 1619208214 -3600 # Node ID d2d0bc06eac22bf5483fe9778028488c3ac68774 # Parent 94cef523ac31e60c0635f9649ef8b44c0755a5e7 README updates diff -r 94cef523ac31 -r d2d0bc06eac2 README --- a/README Fri Apr 23 20:01:48 2021 +0100 +++ b/README Fri Apr 23 21:03:34 2021 +0100 @@ -1,4 +1,4 @@ -LuaExpat (http://www.keplerproject.org/luaexpat/) +LuaExpat ------------------------------------------------- Overview @@ -8,16 +8,21 @@ Status -Current version is 1.3.0. It was developed for both Lua 5.1 and Lua 5.2, -and has been tested on Linux, Windows (XP) and MacOS X with Expat 2.1.0. +Current version is UNRELEASED. It is designed to work with all versions of +Lua between 5.1 and 5.4. It has been tested on Linux with Expat 2.2.5. Download -LuaExpat source can be downloaded from its LuaForge page. If you are using -LuaBinaries a Windows binary version of LuaExpat can be found at the LuaForge page. +LuaExpat source can be downloaded from its project page. History +Version 1.4.0 [23/Apr/2021] + + * Improved Lua version support (5.1 - 5.4) + * Fix memory leak when callbacks reference a parser object + * Expose Expat library version (lxp._EXPAT_VERSION) + Version 1.3.0 [04/Apr/2014] * Lua 5.2 support (thanks Tomás Guisasola Gorham)