This commit is contained in:
Sergey Kanzhelev 2019-01-04 10:30:20 -08:00 коммит произвёл GitHub
Родитель 29509a4c73
Коммит 8dd2b189be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -2,8 +2,9 @@
This file needs to be updated with every significant pull request. It is used to write down release notes.
## Version 0.5.7
## Version 0.5.7 (unreleased)
* Update data contract to align with latest schema
* Inject JavaScript snippet on the page automatically to track client side telemetry
## Version 0.5.6
* Expose request id to parent Rack application when using `ApplicationInsights::Rack::TrackRequest` middleware through `env['ApplicationInsights.request.id']`.