···125125126126### Language Server
127127128128+- Update messages from the client are now batched to avoid doing excess
129129+ compilation work in the language server, improving performance. This makes a
130130+ large difference in low power machines where the language server could
131131+ struggle to keep up with the edits from the client.
128132- The `Compiling Gleam` message is no longer emitted each time code is compiled.
129133 This is to reduce noise in editors that show this message prominently such as
130134 Neovim.