diff --git a/CHANGELOG.md b/CHANGELOG.md index 95126129..955e80e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# [0.36.4] - Unreleased + +## Fixed + +- 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 ## Added