diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-16 01:07:28 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-16 01:07:28 +0200 |
| commit | e9bd990587227b29dc6e41e3d43a5cf2ec9dcd5b (patch) | |
| tree | d9524ecacf291f802f28bc14b7ed058344e70773 /CHANGELOG.md | |
| parent | b1735044d222e7173447d6b72d6bc90085994d32 (diff) | |
| download | temp-postgres-e9bd990587227b29dc6e41e3d43a5cf2ec9dcd5b.tar.gz | |
Add wrapped command option
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb3874..e06782a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,11 @@ The format is based on [Keep A Changelog][] and this project adheres to [Semanti ### Added +* Added option to execute a given command when PostgreSQL server is ready +* Added minimal `--help` option +* Added changelog * Added experimental Nix flake * Added direnv configuration -* Added changelog -* Added minimal `--help` option ### Changed |