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:
@@ -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):
|
Revision 3.3.7 (2014-12-27):
|
||||||
|
|
||||||
- Add support for Python 3 non-ASCII decorator names.
|
- Add support for Python 3 non-ASCII decorator names.
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ List of the contributors in alphabetical order:
|
|||||||
- Caleb Adamantine
|
- Caleb Adamantine
|
||||||
- `David Briscoe <https://github.com/idbrii>`_
|
- `David Briscoe <https://github.com/idbrii>`_
|
||||||
- `Elizabeth Myers <https://github.com/Elizafox>`_
|
- `Elizabeth Myers <https://github.com/Elizafox>`_
|
||||||
|
- `Ihor Gorobets <https://github.com/iho>`_
|
||||||
- `Jeroen Ruigrok van der Werven <https://github.com/ashemedai>`_
|
- `Jeroen Ruigrok van der Werven <https://github.com/ashemedai>`_
|
||||||
- `John Eikenberry <https://github.com/eikenb>`_
|
- `John Eikenberry <https://github.com/eikenb>`_
|
||||||
- `Marc Weber <https://github.com/MarcWeber>`_
|
- `Marc Weber <https://github.com/MarcWeber>`_
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
" Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
" Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
||||||
" Previous Maintainer: Neil Schemenauer <nas at python dot ca>
|
" Previous Maintainer: Neil Schemenauer <nas at python dot ca>
|
||||||
" URL: https://github.com/hdima/python-syntax
|
" URL: https://github.com/hdima/python-syntax
|
||||||
" Last Change: 2015-03-30
|
" Last Change: 2015-06-10
|
||||||
" Filenames: *.py
|
" Filenames: *.py
|
||||||
" Version: 3.3.7
|
" Version: 3.5.0
|
||||||
"
|
"
|
||||||
" Based on python.vim (from Vim 6.1 distribution)
|
" Based on python.vim (from Vim 6.1 distribution)
|
||||||
" by Neil Schemenauer <nas at python dot ca>
|
" by Neil Schemenauer <nas at python dot ca>
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
" Caleb Adamantine
|
" Caleb Adamantine
|
||||||
" David Briscoe
|
" David Briscoe
|
||||||
" Elizabeth Myers
|
" Elizabeth Myers
|
||||||
|
" Ihor Gorobets
|
||||||
" Jeroen Ruigrok van der Werven
|
" Jeroen Ruigrok van der Werven
|
||||||
" John Eikenberry
|
" John Eikenberry
|
||||||
" Marc Weber
|
" Marc Weber
|
||||||
|
|||||||
Reference in New Issue
Block a user