Skip to content

Commit ccd7dd5

Browse files
committed
Update changelog
1 parent e7678bc commit ccd7dd5

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

Changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
## 2012-08-XX 0.6.5
4+
## 2012-08-02 0.6.5
55
-------------------
66
* Updated Pep8 to version 1.3.3
77
* Updated Pylint to version 0.25.2
@@ -11,7 +11,7 @@ Changelog
1111
* Added `PyLintAuto` command ':help PyLintAuto'
1212
* Code checking is async operation now
1313
* More, more fast the pymode folding
14-
* Repair python code run
14+
* Repaired execution of python code
1515

1616
## 2012-05-24 0.6.4
1717
-------------------

README.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,17 @@ See (very old) screencast here: http://t.co/3b0bzeXA (sorry for quality, this is
3030
Changelog
3131
=========
3232

33-
## 2012-04-10 0.6.2
33+
## 2012-08-02 0.6.5
3434
-------------------
35-
* Fix pymode_run for "unnamed" clipboard
36-
* Add 'pymode_lint_mccabe_complexity' option
37-
* Update Pep8 to version 1.0.1
38-
* Warning! Change 'pymode_rope_goto_def_newwin' option
39-
for open "goto definition" in new window, set it to 'new' or 'vnew'
40-
for horizontally or vertically split
41-
If you use default behaviour (in the same buffer), not changes needed.
35+
* Updated Pep8 to version 1.3.3
36+
* Updated Pylint to version 0.25.2
37+
* Fixed virtualenv support for windows users
38+
* Added pymode modeline ':help PythonModeModeline'
39+
* Added diagnostic tool ':call pymode#troubleshooting#Test()'
40+
* Added `PyLintAuto` command ':help PyLintAuto'
41+
* Code checking is async operation now
42+
* More, more fast the pymode folding
43+
* Repaired execution of python code
4244

4345

4446
Requirements

doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ iM Operation with inner function or method.
449449
Check current buffer
450450

451451
*:PyLintAuto* *PyLintAuto*
452-
Automatic fix PEP8 errors
452+
Automatic fix PEP8 errors in current buffer
453453

454454
*:Pyrun* *Pyrun*
455455
Run current buffer

0 commit comments

Comments
 (0)