Skip to content

Commit

Permalink
update CHANGELOG.md for #2948
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Jul 4, 2020
1 parent aaf5969 commit 54a49eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ IMPROVEMENTS:
* Refactor Vim signs used for debugging breakpoints to avoid id collision with
other plugins.
[[GH-2943]](https://github.com/fatih/vim-go/pull/2943)
* 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)

BUG FIXES:
* Fix call to non-existent function in terminal mode edge case.
Expand Down

0 comments on commit 54a49eb

Please sign in to comment.