diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad208329b..ce84f3b91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [FEATURE] Add `BatchProcessingLevel` configuration allowing to process more batches within single read/upload cycle. See [#1531][] - [FIX] Use `currentRequest` instead `originalRequest` for URLSession request interception - [FIX] Remove weak `UIViewController` references. See [#1597][] +- [FEATURE] Allow stopping a core instance. See [#1541][] # 2.5.1 / 20-12-2023 @@ -569,6 +570,7 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO [#1594]: https://github.com/DataDog/dd-sdk-ios/pull/1594 [#1536]: https://github.com/DataDog/dd-sdk-ios/pull/1536 [#1531]: https://github.com/DataDog/dd-sdk-ios/pull/1531 +[#1541]: https://github.com/DataDog/dd-sdk-ios/pull/1541 [#1596]: https://github.com/DataDog/dd-sdk-ios/pull/1596 [#1597]: https://github.com/DataDog/dd-sdk-ios/pull/1597 [@00fa9a]: https://github.com/00FA9A