Skip to content

Commit

Permalink
Add CHANGELOG entry about forProductN methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Oct 7, 2018
1 parent 22722e4 commit 3d0eeae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,8 @@
will continue to be published as a Maven artifact aggregating the two aforementioned artifacts;
- Users have now more control over reader and writer derivation. See the
[docs](https://pureconfig.github.io/docs) for more information;
- New factory methods `forProduct1`, `forProduct2`, ..., `forProduct22` were added to the companion objects of
`ConfigReader` and `ConfigWriter`;
- A new `WritesMissingKeys` trait enables custom writers to handle missing keys, a feature previously restricted to
the built-in `Option` writer;
- Cursors now perform the
Expand Down

0 comments on commit 3d0eeae

Please sign in to comment.