From bdd9c565ccfafe8ac778dfa4531a68be5bdd8383 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Thu, 16 May 2024 16:04:16 +0200 Subject: [PATCH] chore: add changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac429f8..809c713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [Unreleased] +### Added +- [#56](https://github.com/tweag/genealogos/pull/56) adds a garbage collector to the jobs api, to prevent stale jobs from taking up unnecessary memory + ## [0.3.0](https://github.com/tweag/genealogos/compare/v0.2.0...v0.3.0) ### Changed - [#55](https://github.com/tweag/genealogos/pull/55) splits of the `messages()` function into its own trait. This resolves many issues caused by a cargo issue.