From 7f3c04e0a62488f7028e03032f18e4953e9ee20a Mon Sep 17 00:00:00 2001 From: Jon Cairns Date: Thu, 15 May 2014 14:48:09 +0100 Subject: [PATCH] Update version in README --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f3c1bc32..9db7ff61 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,22 @@ Follow me on Twitter, [@joonty](http://twitter.com/joonty), for Vdebug updates a **11/06/2013:** Vdebug now has an irc channel on freenode! If you're running into problems installing, configuring or running vdebug, or you just want to ask a general question, join us on **#vdebug**. -# Recent version (version 1.4.1) - - * Fix folds being forgotten after debugging (issue #56) - * Don't overwrite features array if it exists (issue #59) - * Mapping of single modes (thanks @xbot, #66) - * Stop empty buffers from being created (issue #70) - * Fix ElementTree deprecation warning (thanks @InFog, #89) - * And more... check out the HISTORY file +# Recent version (version 1.4.2) + +### Bug fixes: + * Allow overriding of options dictionary after sourcing vdebug (issues #112, #113) + * Show local file path in stack window if using path mapping (issue #118) + * Change function names for stricter rules introduced in Vim v.7.4.260 (thanks @BlackEagle, #158 and #155) + +### Documentation: + * Various fixes + * Mention vim-nox package for Debian (thanks @henningda, #138) + * Add Python installation for Windows information (issue #135) + +### Features: + * Add completion to :Breakpoint command (thanks @tommcdo, #124) + * Add VdebugStart command (thanks @blueyed, #132) + * Sleep for 100ms in wait loop, don't consume as much CPU (thanks @blueyed, #133) # How to use