From 95b2809e849c60cda141b72c9ded0e86574f8789 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:29:25 +0100 Subject: [PATCH] docs: replace "from" with "previously" in changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b76317344..d59fa9c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,13 @@ All notable changes to this project will be documented in this file. ### Changed -- Upgraded all Composer and Node dependencies, most notably: PHP to 8.5 (from 8.4), TailwindCSS to v4.0 (from v3) and Laravel to v12 (from v10) +- Upgraded all Composer and Node dependencies, most notably: PHP to 8.5 (previously 8.4), TailwindCSS to v4.0 (previously v3) and Laravel to v12 (previously v10) - **Docker:** - - Upgraded all Docker dependencies, most notably: Postgres to v18 (from v15) and Redis to v8 (from v7) + - Upgraded all Docker dependencies, most notably: Postgres to v18 (previously v15) and Redis to v8 (previously v7) - - **Laravel Configurations:** - Changed hashing algorithm from `bcrypt` to `argon2id` for enhanced security - - Use Redis for sessions and expire inactive sessions after 24h + - Use Redis for sessions and expire inactive sessions after 24h (previously 14 days) - Encrypt user sessions data - Redirect Laravel logs to `stderr` so they can be viewed in docker logs - Configured production logging to rotate automatically and keep only the last 10 days of logs to reduce disk usage