Skip to content

Commit db07f1a

Browse files
authored
Remove test.NewConfig() helper (#41)
1 parent 24b18bd commit db07f1a

2 files changed

Lines changed: 4 additions & 18 deletions

File tree

UPGRADE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This document highlights breaking changes in releases that will require some migration effort in your project. As we move towards a `1.0.0` release these will be restricted to major upgrades only, but currently, whilst the API is still being fleshed out in the `0.x` releases, they may be more frequent.
44

5+
## `0.5.x` -> `0.6.0`
6+
7+
* The `test.NewConfig()` helper function has been removed. Instead, just use `config.NewBuilder()` to build your config in your test code.
8+
59
## `0.4.x` -> `0.5.0`
610

711
* The `DB` field in `config.Config` has now been renamed to `db` and is therefore unavailable outside of the `config` package

test/config.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)