From faa8bdb97aee5cbe8e9e778c879c71aa87f7a812 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sun, 5 Jul 2020 21:51:10 -0700 Subject: [PATCH] update CHANGELOG.md for #2950 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf396e5f6..6871619549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ IMPROVEMENTS: * Refactor debugger's rpc response handling to be asynchronous so that Vim will be responsive while the program being debugged is executing. [[GH-2948]](https://github.com/fatih/vim-go/pull/2948) +* Warn when the debugger breaks in a file that has changed since debugging started. + [[GH-2950]](https://github.com/fatih/vim-go/pull/2950) BUG FIXES: * Fix call to non-existent function in terminal mode edge case.