From 2317595829b37f0c004d0a9d10809a5b6f9af77f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Mar 2026 15:16:51 +0000 Subject: [PATCH] docs(changelog): update changelog [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a612aa..6413fb50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## Unreleased + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`fa78a71`](https://github.com/christianlouis/DocuElevate/commit/fa78a714928e24cde6e0d66f8f2bf997d42efae3)) + +### Testing + +- Improve coverage for app/api/plans.py from 38% to 100% + ([`ac10ada`](https://github.com/christianlouis/DocuElevate/commit/ac10adac84811481ddafc8b596ff3dc84cd13351)) + +- **views**: Add 100% coverage tests for app/views/admin_users.py + ([`7cebb82`](https://github.com/christianlouis/DocuElevate/commit/7cebb824122d9f69843ba6117e1d1efea878e65b)) + + ## Unreleased ### Testing