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
2013-08-31 12:47:35 +02:00
parent 9ccbd6196b
commit 21a2e84df6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Revision 3.3.5 (2013-08-31):
- Highlight 'import', 'from' and 'as' as include statements.
Patch by pydave at GitHub.
Revision 3.3.4 (2013-08-11):
- Highlight True and False as booleans. Patch by Yuri Habrusiev.