Re: [ANN] LPeg 1.0
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LPeg 1.0
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2015年9月28日 14:42:43 -0300
> > This is version 1.0. It fixes some bugs from the previous version.
>
> The HISTORY file only includes changes up to 0.12. It would be useful
> to also see what's changed in 1.0. Thank you.
I didn't even remember I had a HISTORY file :-) The changes are:
* Changes from version 0.12 to 1.0
---------------------------------
+ group "names" can be any Lua value
+ some bugs fixed
+ other small improvements
It should be corrected now. Thanks,
-- Roberto