summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-02-12 10:07:25 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-02-12 10:07:25 -0800
commite8fc8b5a16681ec20755aad41db6d9a2f5abe8a1 (patch)
tree248c6f7745a459a534b5e1cd64390d34320d5969
parentccae9b09fa9d4650de3cf91013162a7277e46060 (diff)
Update Changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90677d2..a56a97d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## 0.4.0 - 2017-02-12
+ - 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
- Nested field retrieval
- Deep merging of sources (was shallow)
- `config::File::from_str` to parse and merge a file from a string
- - Support for retrieval of maps and slices — `config::get_map` and `config::get_slice`
+ - Support for retrieval of maps and slices — `config::get_table` and `config::get_array`
## 0.2.0 - 2017-01-29
Initial release.