1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00

Update CHANGES.txt

This commit is contained in:
Dmitry Vasiliev
2015-06-10 21:20:04 +02:00
parent d948f835b4
commit 10d2c07687
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Revision 3.5.0 (2015-06-10):
- Add support for 'async ...' and 'await' keywords introduced in
Python 3.5. Patch by Ihor Gorobets
Revision 3.3.7 (2014-12-27):
- Add support for Python 3 non-ASCII decorator names.