insights: update change log for just in time insight conversion (#38297)

This commit is contained in:
chwarwick 2022-07-06 12:25:41 -04:00 committed by GitHub
parent c7b773c6be
commit 97ba145d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ All notable changes to Sourcegraph are documented in this file.
### Added
- Added experimental support for exporting traces to an OpenTelemetry collector with `"observability.tracing": { "type": "opentelemetry" }` [#37984](https://github.com/sourcegraph/sourcegraph/pull/37984)
- Code Insights over some repos now get 12 historic data points in addition to a current daily value and future points that align with the defined interval. [#37756](https://github.com/sourcegraph/sourcegraph/pull/37756)
### Changed