Skip to content

Commit e842090

Browse files
docs: Add CHANGELOG entry for v0.2.3 (#404)
1 parent a9afed9 commit e842090

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.3 (beta)
4+
5+
- Adds support for Find implementations for classes.
6+
(https://github.com/sourcegraph/scip-clang/pull/393,
7+
https://github.com/sourcegraph/scip-clang/pull/394,
8+
https://github.com/sourcegraph/scip-clang/pull/401)
9+
- Adds progress reporting to show information about how many
10+
translation units have been indexed.
11+
(https://github.com/sourcegraph/scip-clang/pull/402)
12+
313
## v0.2.2 (beta)
414

515
- Fixes a bug where hover docs would be incorrect if a forward

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.2.2"
18+
#define VERSION "0.2.3"
1919
#define LLVM_COMMIT \
2020
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
2121

0 commit comments

Comments
 (0)