X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ChangeLog;h=79857bbb6b50f9e002e325551d6b0e50e9e39078;hb=refs%2Fheads%2Fmaster;hp=3076beb633013c586c35e2c20c83afccf82be169;hpb=51810936032de20588ef474f88620a00ba328720;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/ChangeLog b/ChangeLog index 3076beb..79857bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ -Version 0.1 (2014-05-??) +Version 0.7 (2017-12-14) + + Use lark instead of parsley. + +Version 0.6 (2017-05-20) + + Use parsley instead of parsimonious. + +Version 0.5 (2017-04-22) + + Use parsimonious instead of grako. + +Version 0.4 (2016-07-11) + + Use grako instead of PLY to compile EBNF to Python. + +Version 0.3 (2014-06-22) + + Allow '&&', '||', ' AND ', ' and ', ' OR ', ' or ', 'NOT ' and 'not '. + +Version 0.2 (2014-06-06) + + Ignore spaces. + +Version 0.1 (2014-05-20) First release. Very simple grammar.