File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## v0.3.0
4+
5+ scip schema:
6+
7+ - Several new fields were added:
8+ [ ` SymbolInformation.signature_documentation ` ] ( https://github.com/sourcegraph/scip/pull/159 ) ,
9+ [ ` SymbolInformation.display_name ` ] ( https://github.com/sourcegraph/scip/pull/158 ) ,
10+ [ ` SymbolInformation.kind ` ] ( https://github.com/sourcegraph/scip/pull/156 )
11+ [ ` Occurrence.enclosing_range ` ] ( https://github.com/sourcegraph/scip/pull/150 )
12+
13+ scip CLI:
14+
15+ - The ` print ` subcommand supports a new ` --json ` flag to emit JSON output
16+ instead of colored textual output. (https://github.com/sourcegraph/scip/pull/147 )
17+ - The ` snapshot ` subcommand supports a new ` --comment-syntax ` flag
18+ to customize the prefix used for inline comments in snapshot output.
19+ (https://github.com/sourcegraph/scip/pull/139 )
20+ - ` snapshot ` output now include override_documentation for occurrences.
21+ (https://github.com/sourcegraph/scip/pull/116 )
22+
23+ Go bindings:
24+
25+ - Adds API for parsing indexes in a streaming fashion.
26+ (https://github.com/sourcegraph/scip/pull/172 )
27+ - Fixed a panic when descriptors are incomplete
28+ (https://github.com/sourcegraph/scip/pull/171 )
29+
30+ Rust bindings:
31+
32+ - Fixes a bug when emitting symbols which require escaping
33+ (https://github.com/sourcegraph/scip/pull/169 )
34+ - Fixes a bug in handling for macro symbols
35+ (https://github.com/sourcegraph/scip/pull/145 )
36+
337## v0.2.3
438
539### Fixes
Original file line number Diff line number Diff line change 1- 0.2.3
1+ 0.3.0
You can’t perform that action at this time.
0 commit comments