From 1c856e67b6430f35343fbddf9c5062099fea5d20 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Sun, 10 Dec 2023 15:31:04 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1b0ec..b359116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - Standardised the MIT license (#647) +- Improve provider `Apply()` errors, add `ErrNotApplied` when attempting to rollback a migration + that has not been previously applied. (#660) +- Add `WithDisableGlobalRegistry` option to `NewProvider` to disable the global registry. (#645) ## [v3.16.0] - 2023-11-12 @@ -22,7 +25,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). https://pressly.github.io/goose/blog/2023/goose-provider/ -The motivation behind the Provider was simple - to reduce global state and make goose easier to consume as an imported package. +The motivation behind the Provider was simple - to reduce global state and make goose easier to +consume as an imported package. Here's a quick summary: