From f476dd78577faa5a134abbd9b856766b4687f65f Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Thu, 29 Jun 2023 16:19:10 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9e4be97..032757e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## [Unreleased] -- Fix `up` and `up -allowing-missing` behavior -- Fix empty version in log output -- Add new `context.Context`-aware functions and methods +- Fix `up` and `up -allowing-missing` behavior. +- Fix empty version in log output. +- Add new `context.Context`-aware functions and methods, for both sql and go migrations. +- Return error when no migration files found or dir is not a directory. [Unreleased]: https://github.com/pressly/goose/compare/v3.11.2...HEAD