From cafc63a6e3d95cba7c7e62b9b959365a0cce5ebe Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:32:28 +1200 Subject: [PATCH] docs: fix mistake in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc850d05..7843926e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ **Implemented enhancements:** - Annotate postgres enums [\#309](https://github.com/drwl/annotaterb/issues/309) -- `--frozen` option returns a zero error code when database is inaccessible [\#240](https://github.com/drwl/annotaterb/issues/240) +- `--frozen` option returns a non-zero error code when database is inaccessible [\#240](https://github.com/drwl/annotaterb/issues/240) - Add support for printing enum types [\#176](https://github.com/drwl/annotaterb/issues/176) **Fixed bugs:**