1
0
mirror of https://github.com/gryf/python-syntax.git synced 2026-04-24 15:01:25 +02:00

Update CHANGES/README

This commit is contained in:
Dmitry Vasiliev
2015-11-01 18:41:08 +01:00
parent e4d992dc44
commit 2ed516d569
4 changed files with 11 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
Revision 3.6.0 (2015-11-XX):
- Fix 'async def' highlighting. Patch by Joongi Kim
Revision 3.5.0 (2015-06-10):
- Add support for 'async ...' and 'await' keywords introduced in