CHANGELOG.md in ruby-lsp-0.2.4 vs CHANGELOG.md in ruby-lsp-0.3.0
- old
+ new
@@ -4,35 +4,14 @@
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [Unreleased]
-## [0.2.3]
-
-- Resolve generic source URIs for jump to gem source (https://github.com/Shopify/ruby-lsp/pull/237)
-
-## [0.2.2]
-
-- Support document links (https://github.com/Shopify/ruby-lsp/pull/195)
-- Avoid returning on request blocks (https://github.com/Shopify/ruby-lsp/pull/232)
-- Better specify gemspec files (https://github.com/Shopify/ruby-lsp/pull/233)
-- Include Kernel instance methods as special methods for semantic highlighting (https://github.com/Shopify/ruby-lsp/pull/231)
-- Fix call processing when message is a :call symbol literal (https://github.com/Shopify/ruby-lsp/pull/236)
-- Alert users about non auto-correctable diagnostics (https://github.com/Shopify/ruby-lsp/pull/230)
-- Let clients pull diagnostics instead of pushing on edits (https://github.com/Shopify/ruby-lsp/pull/242)
-
-## [0.2.1]
-
-- Implement the exit lifecycle request (https://github.com/Shopify/ruby-lsp/pull/198)
-- Remove the Sorbet runtime from the gem's default load path (https://github.com/Shopify/ruby-lsp/pull/214)
-- Return nil if the document is already formatted (https://github.com/Shopify/ruby-lsp/pull/216)
-- Handle nameless keyword rest parameters in semantic highlighting (https://github.com/Shopify/ruby-lsp/pull/222)
-- Display a warning on invalid RuboCop configuration (https://github.com/Shopify/ruby-lsp/pull/226)
-- Centralize request handling logic in server.rb (https://github.com/Shopify/ruby-lsp/pull/221)
-- Fix folding ranges for chained invocations involving an FCall (https://github.com/Shopify/ruby-lsp/pull/223)
-- Fix handling of argument fowarding in semantic highlighting (https://github.com/Shopify/ruby-lsp/pull/228)
-- Recover from initial syntax errors when opening documents (https://github.com/Shopify/ruby-lsp/pull/224)
-- Highlight occurrences and definitions in document highlight (https://github.com/Shopify/ruby-lsp/pull/187)
+## [0.3.0]
+- Add on type formatting completions (https://github.com/Shopify/ruby-lsp/pull/253)
+- Upgrade syntax_tree requirement to >= 3.4 (https://github.com/Shopify/ruby-lsp/pull/254)
+- Show error message when there's a InfiniteCorrectionLoop exception (https://github.com/Shopify/ruby-lsp/pull/252)
+- Add request cancellation (https://github.com/Shopify/ruby-lsp/pull/243)
## [0.2.0]
- Add semantic token for keyword and keyword rest params (https://github.com/Shopify/ruby-lsp/pull/142)
- Return error responses on exceptions (https://github.com/Shopify/ruby-lsp/pull/160)