From 5f2d5a841dab35ff23fa7c05c7d4337d037e9663 Mon Sep 17 00:00:00 2001 From: Aftab3008 Date: Fri, 3 Jul 2026 00:42:20 +0530 Subject: [PATCH] Improve: added changelogs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec018855..b1d671430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ 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 parsing of integer query parameters (`skip` and `take`) in the `GET api/v1/admin/user` endpoint +- Improved the parsing of integer query parameters (`skip` and `take`) in the `GET api/v1/asset-profiles` endpoint - Improved the language localization for German (`de`) - Improved the language localization for Japanese (`ja`) - Upgraded `@ionic/angular` from version `8.8.5` to `8.8.12`