Update CHANGELOG.md
Some checks failed
CI / build-frontend (push) Failing after 14s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 16s
CI / build-backend (push) Has been cancelled
CI / lint-backend (push) Has been cancelled

This commit is contained in:
2025-12-29 13:10:15 -06:00
parent 2064760ea9
commit 0bf731df66

View File

@@ -20,6 +20,8 @@
- `svelte`: ^5.45.6 -> ^5.46.1
- `svelte-check`: ^4.3.4 -> ^4.3.5
- `vite`: ^7.2.6 -> ^7.3.0
- Added `eslint-plugin-security`: ^3.0.1
### Major Codebase Changes
@@ -27,3 +29,12 @@
- Updated license from `MIT` to `BSD-3-Clause`
- Moved from `Makefile` to `Taskfile`
- Codebase organization and structure changes
### CI/CD Updates
- Updated CI workflows to use `task` commands instead of bash scripts
- Added gosec security scanning to backend build pipeline
### Security
- Overrode `cookie` package to latest version (1.1.1) due to low severity vulnerability in default version.