From b8465ceb38985fa6bac782412649cb9222f29085 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Thu, 9 Dec 2021 13:41:16 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7616797..7aff98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [CURRENT] + +### Added + +- **Manual garbage collection**: You can now launch strimertul with `--run-gc` to manually trigger garbage collection for the database. This will launch strimertul, execute a round of garbage collection and exit. + +### Changed + +- Database schema has slightly changed, strimertul will auto-migrate to the new format if it detects old schema in use. + ## [1.7.0] - 2021-12-07 ### Added