Skip to content

Commit 1bff0b1

Browse files
committed
release version 1.5.2 *final* version with python2 support
Signed-off-by: BlackEagle <[email protected]>
1 parent d6b434b commit 1bff0b1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
=== Vdebug 1.5.2 / 2018-02-20
2+
Bug fixes:
3+
* Fix numeric array quoting
4+
* Fixes in documentation
5+
* Fix for Perl debugging
6+
* Multibyte returns crash fix
7+
8+
Features:
9+
* allow debugging in phar:// paths (php)
10+
111
=== Vdebug 1.5.1 / 2015-09-07
212
Bug fixes:
313
* Fix buffers not being wiped out after ending a session (thanks @BlackIkeEagle, #226)
@@ -120,7 +130,7 @@ Bug fixes:
120130
* Stopped creating empty buffers every time Vdebug started (issue #25)
121131
* Fixed bug with file URI quoting
122132
* Fixed escaping of characters when calling eval (issue #15)
123-
133+
124134

125135
=== Vdebug 1.2 / 2012-10-05
126136

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ If you're having trouble with Vdebug in any way, here are the steps you can take
3030

3131
Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates and release news.
3232

33+
* **20/02/2018:** Version 1.5.2 released. This will be the last version with python2 support. If you are stuck to python2 fix your plugin manager on this version.
3334
* **07/09/2015:** Version 1.5.1 released. This adds a `:VdebugEval!` command and fixes issues with buffers not being wiped out. See below for more information.
3435
* **26/08/2015:** Version 1.5.0 released. This has a whole series of fixes and even a couple of new features.
3536
* **15/05/2014:** Version 1.4.2 released. This fixes major problems with the latest version of Vim, which has stricter rules around function naming. See [this pull request for more details][5]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
 (0)