Skip to content

Commit

Permalink
Prepare 0.4.6 release (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored and ruflin committed Feb 7, 2017
1 parent 3a8533f commit ec8488a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added
- Introduce ,ignore struct tag option to optionally ignore exported fields. #89
- Add support for custom Unpacker method with `*Config` being convertible to first parameter. The custom method must be compatible to `ConfigUnpacker`. #90

### Changed

### Deprecated

### Removed

### Fixed

## [0.4.6]

### Added
- Introduce ,ignore struct tag option to optionally ignore exported fields. #89
- Add support for custom Unpacker method with `*Config` being convertible to first parameter. The custom method must be compatible to `ConfigUnpacker`. #90

### Fixed
- Ignore private struct fields when merging a struct into a config. #89

Expand Down Expand Up @@ -171,7 +177,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Introduced CHANGELOG.md for documenting changes to ucfg.


[Unreleased]: https://github.com/elastic/go-ucfg/compare/v0.4.5...HEAD
[Unreleased]: https://github.com/elastic/go-ucfg/compare/v0.4.6...HEAD
[0.4.6]: https://github.com/elastic/go-ucfg/compare/v0.4.5...v0.4.6
[0.4.5]: https://github.com/elastic/go-ucfg/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/elastic/go-ucfg/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/elastic/go-ucfg/compare/v0.4.2...v0.4.3
Expand Down

0 comments on commit ec8488a

Please sign in to comment.