From 2f0c4271aed2621ab90de43616892c8f14f07a63 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 24 Aug 2025 02:58:47 +0700 Subject: [PATCH] feat(docs): update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 757029e19..b8094e8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Refactored the register page to standalone +- Refactored the dialog header and footer components to standalone - Migrated the login with access token dialog from `ngModel` to form control - Upgraded `prisma` from version `6.12.0` to `6.14.0`