mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 13:45:01 +08:00
Start to write a changelog for 0.2.0
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
0.2.0 ()
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- f-strings are now parsed as a part of the normal Python grammar. This makes
|
||||||
|
it way easier to deal with them.
|
||||||
|
|
||||||
0.1.1 (2017-11-05)
|
0.1.1 (2017-11-05)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from parso.grammar import Grammar, load_grammar
|
|||||||
from parso.utils import split_lines, python_bytes_to_unicode
|
from parso.utils import split_lines, python_bytes_to_unicode
|
||||||
|
|
||||||
|
|
||||||
__version__ = '0.1.2'
|
__version__ = '0.2.0'
|
||||||
|
|
||||||
|
|
||||||
def parse(code=None, **kwargs):
|
def parse(code=None, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user