From 2dd4268c655c50ef6323d95d4d7988aadbd6d1a4 Mon Sep 17 00:00:00 2001 From: Joao Azevedo Date: Thu, 30 Mar 2017 21:04:50 +0100 Subject: [PATCH] Update CHANGELOG to include the changes introduced by PRs #156, #180 and #181 (#195) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ef210fc..2856bd62c 100644 --- a/CHANGELOG.md +++ b/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