Skip to content

Commit 2f9d0be

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

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/technical-changelog.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
```
178-
\{
179-
"experimentalFeatures": \{
177+
178+
```json
179+
{
180+
"experimentalFeatures": {
180181
"boostRelevantRepositories": false,
181-
\},
182-
\}
182+
},
183+
}
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)