From e610af332a4f68d9b35ce1ad94705e9b6be36dca Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 22 Jun 2017 14:37:50 -0700 Subject: Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3