diff --git a/lib/lsp-devtools/CHANGES.rst b/lib/lsp-devtools/CHANGES.rst index 93ee611..bdc13a8 100644 --- a/lib/lsp-devtools/CHANGES.rst +++ b/lib/lsp-devtools/CHANGES.rst @@ -46,6 +46,7 @@ Features It is now capable of live streaming messages sent between a client and server to stdout, plain text files or a SQLite database. It also offers a number of filters for selecting the messages you wish to record, as well as a (WIP!) format string syntax for controlling how messages are formatted. (`#26 `_) + - Add ``tui``command. A proof of concept devtools TUI implemented in textual, that live updates with the LSP messages sent between client and server!