Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: BlackEagle <[email protected]>
  • Loading branch information
BlackIkeEagle committed Apr 30, 2018
1 parent e0f7b60 commit 6a21b7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=== Vdebug 2.0.0 / 2018-04-30
Features:
* async behaviour (@joonty finished python2 based version)
* python3 based
* allow debugging of phar files

Big thanks to @Garethp, @lucc and @markkimsal for the python 3 related works.

Bug fixes:
* hide numbers and make debug windows non editable
* all sorts of issues triggered by the pyton3 move
* fix window positioning in neovim

Other changes, vdebug moved into its own organisation on github now.

=== 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 @@ -136,7 +151,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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
2.0.0

0 comments on commit 6a21b7d

Please sign in to comment.