summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-22 17:10:52 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-22 17:10:52 -0700
commit0c327ce936203e23cb5003c9df22bf32f7804ced (patch)
tree8a63fc65a9c68974306ea247ffc2edd9f9a88f8e /CHANGELOG.md
parent6bfaf90fdf67197c511a7594b37d835e964edccd (diff)
parente610af332a4f68d9b35ce1ad94705e9b6be36dca (diff)
Merge branch 'master' of https://github.com/mehcode/config-rs
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 4463df4..00d1108 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Remove `namespace` option for File
- Add builder pattern to condense configuration
- ```
+ ```rust
Config::new()
.merge(File::with_name("Settings"))
.merge(Environment::with_prefix("APP"))