From 0992769d02e0c2185fdd7d40ef0bc212b6f1ffa2 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Thu, 13 Jun 2024 11:57:33 +0200 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809c713..cd91f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ ### 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 +### Fixed +- [#61](https://github.com/tweag/genealogos/pull/61) updates our nixtract, resolving related issues including missed dependencies. + ## [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.