From eeabfb4bf04bb56f0bcb6faf05b471a30e743705 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Wed, 6 Feb 2019 22:45:52 +0100 Subject: [PATCH] Update release notes --- resources/release-notes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/release-notes.md b/resources/release-notes.md index 4e404a07..84fb46ff 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -1,14 +1,16 @@ # 0.25.0-??? -* Neovim 0.3.1 +* Neovim 0.3.4 * GH-625: `vimr --cur-env` will pass the current environment variables to the new neovim process. This will result in `virtualenv` support. * GH-443: `vimr --line ${LINE_NUMBER} ${SOME_FILE}` will open the file and go to the given line. If the file is already open in a UI window, then that window will be selected and the cursor will be moved to the given line. This can be used e.g. to reverse-search LaTeX. * GH-603: Bugfix: `Cmd-V` pastes at the wrong location in the insert mode. * GH-659: Bugfix (introduced in a snapshot): Turning off ligatures does not really turn off ligatures. * GH-664: Bugfix: VimR crashes for some shell configurations. * Dependencies updates: - - ReactiveX/RxSwift@4.2.0 + - ReactiveX/RxSwift@4.4.0 - httpswift/swifter@1.4.2 + - sindresorhus/github-markdown-css@3.0.0 + - sparkle-project/Sparkle@1.21.1 # 0.24.0-282