diff --git a/CHANGELOG.md b/CHANGELOG.md index dd420f279..17f47eab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved support for automatic deletion of unused asset profiles when deleting activities +- Refactored `got` calls to use `AbortSignal.timeout()` without `AbortController()` - Improved the language localization for German (`de`) - Upgraded the _Stripe_ dependencies - Upgraded `angular` from version `18.2.8` to `19.0.5` @@ -24,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `ngx-markdown` from version `18.0.0` to `19.0.0` - Upgraded `Nx` from version `20.1.2` to `20.3.0` - Upgraded `zone.js` from version `0.14.10` to `0.15.0` -- Refactored got calls to use AbortSignal.timeout instead of manual abort after setTimeout ## 2.131.0 - 2024-12-25