From 6a21b7df2dae9f202c4920655374978e364d2637 Mon Sep 17 00:00:00 2001 From: BlackEagle Date: Mon, 30 Apr 2018 20:50:17 +0200 Subject: [PATCH] v2.0.0 Signed-off-by: BlackEagle --- CHANGELOG | 17 ++++++++++++++++- VERSION | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 01e65716..ac94a09b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) @@ -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 diff --git a/VERSION b/VERSION index 26ca5946..227cea21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 +2.0.0