summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-06-22 14:37:50 -0700
committerGitHub <noreply@github.com>2017-06-22 14:37:50 -0700
commite610af332a4f68d9b35ce1ad94705e9b6be36dca (patch)
tree2928335911f8d674c39cf7ca89edd9e54065af70 /CHANGELOG.md
parenta9eecf075cf01f15ef05fea3f1edaa189446d055 (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0181c1..9fccaa5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.6.0 – Upcoming
- Add builder pattern to condense configuration
- ```
+ ```rust
Config::new()
.merge(File::with_name("Settings"))
.merge(Environment::with_prefix("APP"))