Skip to content

Commit

Permalink
Update CHANGELOG to include the changes introduced by PRs #156, #180
Browse files Browse the repository at this point in the history
…and #181 (#195)
  • Loading branch information
jcazevedo authored and melrief committed Mar 30, 2017
1 parent 4c2ddd7 commit 2dd4268
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,13 @@
### 0.6.1 (undefined)
### 0.7.0 (undefined)

- New features
- add `ConfigFactoryWrapper` to control exceptions from typesafe `ConfigFactory`
- Add `ConfigFactoryWrapper` to control exceptions from typesafe `ConfigFactory`
- Modify the message of `ConfigReaderException` to group errors by keys in the configuration, instead of by type of error
- Add a path (`Option[String]`) to `ConfigReaderFailure`, in order to expose more information (if available) about the key in the configuration whose value raised the failure

- Breaking changes
- `loadConfigFromFiles` works on `Path` instead of `File` for consistency
- `ConfigValueLocation` now uses `URL` instead of `Path` to encode locations of `ConfigValue`s

- Bug fixes
- `pureconfig.load*` methods don't throw exceptions on malformed configuration anymore
Expand Down

0 comments on commit 2dd4268

Please sign in to comment.