diff -r 10c30b63873a -r 1506d4582d44 README --- a/README Wed Apr 02 21:02:29 2014 +0100 +++ b/README Thu Apr 03 00:01:12 2014 +0100 @@ -8,8 +8,8 @@ Status -Current version is 1.2.0. It was developed for both Lua 5.0 and Lua 5.1, -and has been tested on Linux, Windows (2000/XP) and MacOS X with Expat 2.0.0. +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. Download @@ -18,6 +18,12 @@ History +Version 1.3.0 [04/Apr/2014] + + * support for the XmlDecl handler + * add parser:getcurrentbytecount() (XML_GetCurrentByteCount) + * ability to disable CharacterData merging + Version 1.2.0 [02/Jun/2011] * support for the StartDoctypeDecl handler