-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add CHANGELOG entry for v0.0.2 (#179)
- Loading branch information
1 parent
ced7e7d
commit 90a5883
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
# scip-clang ChangeLog | ||
|
||
## v0.0.2 (testing) | ||
|
||
- Adds support for automatically inferring correct include | ||
directories for gcc/g++. This means that the indexer will | ||
correctly find standard library headers even when a | ||
`compile_commands.json` file refers to gcc/g++ instead of clang. | ||
(https://github.com/sourcegraph/scip-clang/pull/178) | ||
|
||
## v0.0.1 (testing) | ||
|
||
- Symbols without hover docs will explicitly show "No documentation available". | ||
(https://github.com/sourcegraph/scip-clang/pull/173) | ||
- Published binaries should work on Debian Buster and Ubuntu 18.04, | ||
instead of requiring Debian Bullseye / Ubuntu 20.04 or newer. | ||
(https://github.com/sourcegraph/scip-clang/pull/174) | ||
|
||
## v0.0.0 (testing) | ||
|
||
- Initial release with code nav support for various | ||
language features like macros, #include pragmas, types, | ||
functions, methods, local variables etc. | ||
functions, methods, local variables etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters