Skip to content

Commit 737c604

Browse files
docs: Update CHANGELOG entry for v0.1.1 (#307)
1 parent 82cebf9 commit 737c604

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# scip-clang ChangeLog
22

3+
## v0.1.1 (beta)
4+
5+
- Significantly improved code navigation
6+
for code using the following language features:
7+
- `using` declarations
8+
(https://github.com/sourcegraph/scip-clang/pull/304,
9+
https://github.com/sourcegraph/scip-clang/pull/305,
10+
https://github.com/sourcegraph/scip-clang/pull/306)
11+
- Dependent names (due to use of templates inside templated code)
12+
(https://github.com/sourcegraph/scip-clang/pull/295,
13+
https://github.com/sourcegraph/scip-clang/pull/300)
14+
- Function-local types
15+
(https://github.com/sourcegraph/scip-clang/pull/292)
16+
- Method overloads
17+
(https://github.com/sourcegraph/scip-clang/pull/287)
18+
- Templated free functions
19+
(https://github.com/sourcegraph/scip-clang/pull/291)
20+
- Fixed a bug where hover docs from a forward declaration
21+
would be preferred over the docs on the definition.
22+
(https://github.com/sourcegraph/scip-clang/pull/298)
23+
324
## v0.1.0 (beta)
425

526
- The Linux release build uses ThinLTO,

indexer/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ constexpr bool debugMode = true;
1515
constexpr bool debugMode = false;
1616
#endif
1717

18-
#define VERSION "0.1.0"
18+
#define VERSION "0.1.1"
1919
#define LLVM_COMMIT \
2020
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
2121

0 commit comments

Comments
 (0)