diff --git a/docs/CHANGELOG.mdx b/docs/CHANGELOG.mdx index 06e5be440..a22393e9e 100644 --- a/docs/CHANGELOG.mdx +++ b/docs/CHANGELOG.mdx @@ -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