Skip to content

Commit c49d9d1

Browse files
committed
chore(rel): fix formatting for changelog
1 parent 9a470b6 commit c49d9d1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/technical-changelog.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This page documents all notable changes to Sourcegraph. For more detailed changelog posts, please [read here](https://sourcegraph.com/changelog/).
44

5-
{/* CHANGELOG_START */}
5+
{/*CHANGELOG_START*/}
66

77
# 6.2 Patch 0
88

@@ -174,13 +174,15 @@ This page documents all notable changes to Sourcegraph. For more detailed change
174174
- Rename scope refinement options for (hopefull) better clarity `(PR #4341)`
175175
- enable personalized ranking by default `(PR #4148)`
176176
- We've enabled personalized ranking for search results in the new web app—marking the first step in integrating user-specific ranking signals into our search pipeline. As a result, queries spanning multiple repositories will prioritize results from repositories the user has frequently contributed to.User can disable the feature by setting `boostRelevantRepositories` to false in the settings
177-
```
177+
178+
```json
178179
\{
179180
"experimentalFeatures": \{
180181
"boostRelevantRepositories": false,
181182
\},
182183
\}
183184
```
185+
184186
- (new web ui) Add support for capture group aggregation `(PR #4122)`
185187
- Add repo metadata editing `(PR #4086)`
186188
- Add simple form validation/handling library `(PR #4084)`
@@ -8877,3 +8879,4 @@ The following PRs were merged onto the previous release branch but could not be
88778879
## Older versions
88788880

88798881
For older versions of Sourcegraph, see the [CHANGELOG](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md) on GitHub.
8882+
```

0 commit comments

Comments
 (0)