Skip to content

Commit

Permalink
docs: fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Oct 15, 2024
1 parent 75bd3b7 commit 4c6dcc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ more, but it seems like a reasonable target and is about a year old. Ratcheting
up from go1.18+ to go1.21+ seems fine to me and will allow some small quality of
life improvements and make contributing easier.

### *Breaking*: remove `Prepare()` and `Verify()` from `pgmigrator.Migrator`
### *Breaking*: remove `Prepare()` and `Verify()` from `pgtestdb.Migrator`

```go
// Now:
type Migrator interface {
Hash() (string, error)
Migrate(context.Context, *sql.DB, Config) error
Hash() (string, error)
Migrate(context.Context, *sql.DB, Config) error
}
// Before:
type Migrator interface {
Expand Down

0 comments on commit 4c6dcc6

Please sign in to comment.