diff --git a/Python/release-note b/Python/release-note index 54119ba..a396e0a 100644 --- a/Python/release-note +++ b/Python/release-note @@ -70,6 +70,7 @@ ## what's new in EBNFParser 1.0: - Totally support any kind of left recursion now. + - Some optimization on Bootstrap Compiler. for instance, the result of following one @@ -108,6 +109,8 @@ "b" ] ``` + - Support Python3.x ! +