Skip to content

Commit 6a21b7d

Browse files
committed
v2.0.0
Signed-off-by: BlackEagle <[email protected]>
1 parent e0f7b60 commit 6a21b7d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
=== Vdebug 2.0.0 / 2018-04-30
2+
Features:
3+
* async behaviour (@joonty finished python2 based version)
4+
* python3 based
5+
* allow debugging of phar files
6+
7+
Big thanks to @Garethp, @lucc and @markkimsal for the python 3 related works.
8+
9+
Bug fixes:
10+
* hide numbers and make debug windows non editable
11+
* all sorts of issues triggered by the pyton3 move
12+
* fix window positioning in neovim
13+
14+
Other changes, vdebug moved into its own organisation on github now.
15+
116
=== Vdebug 1.5.1 / 2015-09-07
217
Bug fixes:
318
* Fix buffers not being wiped out after ending a session (thanks @BlackIkeEagle, #226)
@@ -136,7 +151,7 @@ Bug fixes:
136151
* Stopped creating empty buffers every time Vdebug started (issue #25)
137152
* Fixed bug with file URI quoting
138153
* Fixed escaping of characters when calling eval (issue #15)
139-
154+
140155

141156
=== Vdebug 1.2 / 2012-10-05
142157

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
2.0.0

0 commit comments

Comments
 (0)