Browse Source

Update CHANGES.txt

Dmitry Vasiliev 8 years ago
parent
commit
10d2c07687
3 changed files with 9 additions and 2 deletions
  1. 5
    0
      CHANGES.txt
  2. 1
    0
      README.rst
  3. 3
    2
      syntax/python.vim

+ 5
- 0
CHANGES.txt View File

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

+ 1
- 0
README.rst View File

@@ -135,6 +135,7 @@ List of the contributors in alphabetical order:
135 135
 - Caleb Adamantine
136 136
 - `David Briscoe <https://github.com/idbrii>`_
137 137
 - `Elizabeth Myers <https://github.com/Elizafox>`_
138
+- `Ihor Gorobets <https://github.com/iho>`_
138 139
 - `Jeroen Ruigrok van der Werven <https://github.com/ashemedai>`_
139 140
 - `John Eikenberry <https://github.com/eikenb>`_
140 141
 - `Marc Weber <https://github.com/MarcWeber>`_

+ 3
- 2
syntax/python.vim View File

@@ -3,9 +3,9 @@
3 3
 " Current Maintainer:   Dmitry Vasiliev <dima at hlabs dot org>
4 4
 " Previous Maintainer:  Neil Schemenauer <nas at python dot ca>
5 5
 " URL:                  https://github.com/hdima/python-syntax
6
-" Last Change:          2015-03-30
6
+" Last Change:          2015-06-10
7 7
 " Filenames:            *.py
8
-" Version:              3.3.7
8
+" Version:              3.5.0
9 9
 "
10 10
 " Based on python.vim (from Vim 6.1 distribution)
11 11
 " by Neil Schemenauer <nas at python dot ca>
@@ -28,6 +28,7 @@
28 28
 "   Caleb Adamantine
29 29
 "   David Briscoe
30 30
 "   Elizabeth Myers
31
+"   Ihor Gorobets
31 32
 "   Jeroen Ruigrok van der Werven
32 33
 "   John Eikenberry
33 34
 "   Marc Weber