Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ All notable changes to Sourcegraph are documented in this file.

{/* CHANGELOG_START */}

# v5.7.2474

### Fix

#### Batch Changes

- workaround for a bug in GitHub [#584](https://github.com/sourcegraph/sourcegraph/pull/584)
- fix(batches): workaround for a bug in GitHub
Backport aad3a04f8c93561a61c404e69132e70a22d0acba from #576

#### Release

- remove the other embedding reference [#362](https://github.com/sourcegraph/sourcegraph/pull/362)
- n/a

#### Search

- remove query expansion [#586](https://github.com/sourcegraph/sourcegraph/pull/586)
- This fixes a bug where we added "readme" too often to the context. Backport 28ff196a663f537c6cb6340f976a91431509a90e from #582

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- [Backport 5.7.x] Search: allow queries with only lang filters [#583](https://github.com/sourcegraph/sourcegraph/pull/583)

{/* RSS={"version":"v5.7.2474", "releasedAt": "2024-09-18"} */}


# v5.7.0

### Features
Expand Down
Loading