Skip to content

Commit

Permalink
Prepare changelog for v3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aphistic committed Apr 29, 2023
1 parent fad0778 commit f5a430e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## [v3.0.0] - 2023-04-29

### Changed
- Config struct `PostLoad` hooks are now automatically called by `Config.Load`. [#17](https://github.com/go-nacelle/config/pull/17)

### Added
- Added `LoadError` to be returned when loading fails. [#17](https://github.com/go-nacelle/config/pull/17)
- Added `PostLoadError` to be returned when a config struct's `PostLoad` hook fails. [#17](https://github.com/go-nacelle/config/pull/17)
- Added `SerializeError` to be returned when value serialization into a config struct field fails. [#17](https://github.com/go-nacelle/config/pull/17)

### Removed
- `Config.PostLoad` was removed from the public API. [#17](https://github.com/go-nacelle/config/pull/17)

## [v2.0.1] - 2022-10-10

### Added
Expand Down

0 comments on commit f5a430e

Please sign in to comment.