Skip to content

Commit

Permalink
Update CHANGELOG.md (#7221)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Info for 2 new server apis
  • Loading branch information
eliasyishak committed Feb 14, 2024
1 parent 1c73e8e commit 2429843
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/devtools_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
* Add the ability to send debug logs in DevTools server request responses.
* Add an optional positional parameter `logs` to the `ServerApi.serverError` method.
* Include debug logs with the `ExtensionsApi.apiServeAvailableExtensions` API response.
* Add parameter to `ServerApi.handle` to accept an instance of `Analytics` from
`package:unified_analytics`.
* Devtools server API `apiGetConsentMessage` added to fetch the consent message from
`package:unified_analytics`.
* Devtools server API `apiMarkConsentMessageAsShown` added to mark the consent message for
`package:unified_analytics` as shown to enable telemetry.


# 6.0.4
* Add `apiGetDtdUri` to the server api.
Expand Down

0 comments on commit 2429843

Please sign in to comment.