diff --git a/CHANGELOG.md b/CHANGELOG.md index b402bad3b88..81e6475a2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ All notable changes to Sourcegraph are documented in this file. ### Fixed +- Fix issue in the streaming Compute API to return immediately when query parsing fails. [#39842](https://github.com/sourcegraph/sourcegraph/pull/39842) - Fix issue during conversion of just in time code insights to start backfilling data from the current time instead of the date the insight was created. [#39923](https://github.com/sourcegraph/sourcegraph/pull/39923) - Fix issue during code insight creation where selecting `"Run your insight over all your repositories"` reset the currently selected distance between data points. [#39261](https://github.com/sourcegraph/sourcegraph/pull/39261) - Fix issue where symbols in the side panel did not have file level permission filtering applied correctly. [#39592](https://github.com/sourcegraph/sourcegraph/pull/39592) diff --git a/doc/code_insights/language_insight_quickstart.md b/doc/code_insights/language_insight_quickstart.md index e253f7b6579..88e2093fda6 100644 --- a/doc/code_insights/language_insight_quickstart.md +++ b/doc/code_insights/language_insight_quickstart.md @@ -43,3 +43,4 @@ Example: if the Threshold is set to 3%, and 2% of your code is in python and 2% ### 6. Click "create code insight" to view and save your insight You'll be taken to the sourcegraph.example.com/insights page and can view your insight. +