Skip to content

Commit 2e4f203

Browse files
docs: Add CHANGELOG entry for v0.2.7 (#417)
1 parent 8b099f0 commit 2e4f203

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# scip-clang ChangeLog
22

3+
## v0.2.7 (beta)
4+
5+
- Adds a visited set to to avoid performing member lookup in the same
6+
class repeatedly. Also hard-codes iteration limits to 10k for
7+
potentially infinite loops to avoid timeouts.
8+
(https://github.com/sourcegraph/scip-clang/pull/416)
9+
310
## v0.2.6 (beta)
411

512
- The previous release incorrectly changed the log level of

indexer/Version.h

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

0 commit comments

Comments
 (0)