Skip to content

Commit

Permalink
release version 1.5.2 *final* version with python2 support
Browse files Browse the repository at this point in the history
Signed-off-by: BlackEagle <[email protected]>
  • Loading branch information
BlackIkeEagle committed Feb 20, 2018
1 parent d6b434b commit 1bff0b1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== Vdebug 1.5.2 / 2018-02-20
Bug fixes:
* Fix numeric array quoting
* Fixes in documentation
* Fix for Perl debugging
* Multibyte returns crash fix

Features:
* allow debugging in phar:// paths (php)

=== Vdebug 1.5.1 / 2015-09-07
Bug fixes:
* Fix buffers not being wiped out after ending a session (thanks @BlackIkeEagle, #226)
Expand Down Expand Up @@ -120,7 +130,7 @@ Bug fixes:
* Stopped creating empty buffers every time Vdebug started (issue #25)
* Fixed bug with file URI quoting
* Fixed escaping of characters when calling eval (issue #15)


=== Vdebug 1.2 / 2012-10-05

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ If you're having trouble with Vdebug in any way, here are the steps you can take

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

* **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.
* **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.
* **26/08/2015:** Version 1.5.0 released. This has a whole series of fixes and even a couple of new features.
* **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]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2

0 comments on commit 1bff0b1

Please sign in to comment.