Commit ebe3e6c 1 parent 41527fd commit ebe3e6c Copy full SHA for ebe3e6c
File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
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
+
3
37
## v0.2.3
4
38
5
39
### 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