CHANGELOG.md in ruby-lsp-0.3.1 vs CHANGELOG.md in ruby-lsp-0.3.2

- old
+ new

@@ -4,9 +4,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] +## [0.3.2] + +- Make the diagnostic request parallel (https://github.com/Shopify/ruby-lsp/pull/293) +- Improve worker stability (https://github.com/Shopify/ruby-lsp/pull/295) + ## [0.3.1] - Resolve TODO for LSP v3.17 (https://github.com/Shopify/ruby-lsp/pull/268) - Add dependency constraint for LSP v3.17 (https://github.com/Shopify/ruby-lsp/pull/269) - Handle class/module declarations as a class token with declaration modifier (https://github.com/Shopify/ruby-lsp/pull/260)