summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-02-12 18:44:37 -0800
committerGitHub <noreply@github.com>2017-02-12 18:44:37 -0800
commitb7edac6c2ef2f40f270019ecbd33d088ba2d26ea (patch)
tree458c9b859f0df483339e4b806a229ea17ca3122d
parent03a03d7786b7fa1ae1037346819c24ec593088f3 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a56a97d..17d55d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Remove global ( `config::get` ) API — It's now required to create a local configuration instance with `config::Config::new()` first
## 0.3.0 - 2017-02-08
- - YAML from @tmccombs
+ - YAML from [@tmccombs](https://github.com/tmccombs)
- Nested field retrieval
- Deep merging of sources (was shallow)
- `config::File::from_str` to parse and merge a file from a string