From 1471e4de40f890f5567ff3345f508b338052df24 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 26 Dec 2025 14:33:56 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e724b47f..955e80e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Fixed -- Fixed a bug preventing the app to start if a composite index on stats table already exists. #2034 +- Fixed a bug preventing the app to start if a composite index on stats table already exists. #2034 #2051 #2046 - New compiled assets will override old ones on app start to prevent serving stale assets. +- Number of points in stats should no longer go negative when points are deleted. #2054 +- Disable Family::Invitations::CleanupJob no invitations are in the database. #2043 # [0.36.3] - 2025-12-14