From 79d1f14b43deaea77db1ffed18a2afc84defc7d5 Mon Sep 17 00:00:00 2001 From: alfaarghya Date: Tue, 4 Nov 2025 20:50:53 +0530 Subject: [PATCH] update: add new feature --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecf2a57d..3a3164f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the build executor of the client from `@nx/angular:webpack-browser` to `@nx/angular:browser-esbuild` +### Feature + +- New API endpoint `GET /api/v1/admin/user/:id` to get user data by _id_ + ### Fixed - Fixed the style of the safe withdrawal rate selector in the _FIRE_ section (experimental)