diff --git a/CHANGELOG.md b/CHANGELOG.md index 01beffed33..0290e54266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ FEATURES: * New **`:GoImpl`** command that generates method stubs for implementing an interface. Checkout the [demo](https://twitter.com/fatih/status/729991365581545472) to see how it works. [gh-846] +* `godef` support is added back as an optional setting. By default `:GoDef` still uses `guru`, but can be changed to `godef` by adding the option: `let g:go_def_mode = 'godef'` [gh-888] * New `` and `]>` shortcuts to split current window and jumpt to the identifier under cursor. [gh-838] * New syntax setting" `go:go_highlight_fields` that highlights struct field references [gh-854]