From d4febe8a13f3e847f59425316871f21d2466b138 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:13:27 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4606a1d..9a700e0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the _Privacy Policy_ - Updated the _Terms of Service_ +- Improved the parsing of integer query parameters (`skip` and `take`) in the `GET api/v1/activities` endpoint - Improved the language localization for German (`de`) - Improved the language localization for Japanese (`ja`) - Upgraded `nestjs` from version `11.1.21` to `11.1.27` ### Fixed -- Fixed the validation of the `skip` and `take` query parameters in the activities controller to use `ParseIntPipe` - Fixed the validation of the data source field of an asset profile with market data - Fixed a recurring issue where single-value fields were incorrectly validated as arrays in various endpoints