From 4c9fd4fb3ba650085a9860fe5751fe005358ef17 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Wed, 24 Apr 2024 14:37:50 +0530 Subject: [PATCH] chore(changelog): update unreleased changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb57c58..4115774b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ ### Feat +- **dev**: add `just changelog` (#162) - **postgres**: add connectionURI option (#143) - add pre-commit-hooks.nix, enforcing conventional commits ### Fix +- **mysql**: use absolute socket path in configureTimezones. this fixes #169 +- **postgres**: fix pg_isready issue with empty listen_addresses +- **grafana**: add `coreutils` as runtimeInput for the startScript (#164) +- **pgadmin**: Fix pgadmin scripts on MacOS (#163) +- **test**: grafana on darwin is no longer broken in upstream (#161) - **postgres**: empty `socketDir` by default (#160) - **mysql**: look for `*.sql` files in the top-level schema directory (#154) - **template**: Was broken in previous PR merge