@@ -7,6 +7,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## v2.35.0 - 2026-01-02
11+
12+ ### Added
13+
14+ - ide: add goto def & hover support for types in casts (#799 )
15+ - ide: add initial goto def support for types (#798 )
16+ - ide: support ctes with update (#797 )
17+ - ide: hover with update (#796 )
18+ - ide: goto def with update (#795 )
19+ - ide: goto def with insert/delete & CTE (#794 )
20+ - ide: goto def for joins (#793 )
21+ - ide: goto def & hover with procedures (#792 )
22+ - ide: table alias goto def support (#791 )
23+ - ide: hover for create aggregate (#789 )
24+ - ide: goto def for aggregates (#788 )
25+ - ide: cte improvements, subqueries, values, union select (#787 )
26+ - ide: code action to remove redundant alias (#785 )
27+ - ide: add hover to cte table & columns (#784 )
28+ - ide: support more CTEs in goto def (#783 )
29+ - ide: goto def with cte & select (#782 )
30+ - ide: code action for making inferred column alias explicit (#781 )
31+ - playground: inlay hints, doc symbols, hover, goto def/refs, actions (#779 )
32+ - ide: add columns to document symbols (#778 )
33+ - ide: add document symbols (#777 )
34+ - ide: support hover & goto def for function call style columns in where (#776 )
35+ - ide: support func call syntax in select (#775 )
36+ - ide: support goto def on schema (#774 )
37+ - ide: support hover for delete, insert, and select targets (#773 )
38+ - ide: goto def & hover tables refs in from clause (#772 )
39+ - ide: inlay hints for insert & add goto def for hints (#771 )
40+ - ide: goto def for insert and delete (#770 )
41+ - ide: inlay hints for function calls (#769 )
42+ - ide: function call goto def and hover (#768 )
43+ - ide: add hover for create function (#767 )
44+ - ide: goto def with create & drop function (#766 )
45+ - ide: add hover for create index (#765 )
46+ - ide: add hover for create table (#764 )
47+ - ide: add hover for column in create index (#763 )
48+ - ide: goto def on create/drop index (#762 )
49+ - ide: add basic find refs support (#760 )
50+
51+ ### Fixed
52+
53+ - parser: fix parsing group by all in CTE (#780 )
54+ - ide: fix goto def with temp table (#761 )
55+
1056## v2.34.0 - 2025-12-22
1157
1258### Added
0 commit comments