summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-02-07 17:32:19 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-02-07 17:32:19 -0800
commit39025a86223477b122e9f5089c18d6a68cd883ba (patch)
treea37a4a6fe565959a1b08643e78b9c5bc83a0fab9 /CHANGELOG.md
parent010b2d6759a8d21de04a86c9babf470c8ed77a6a (diff)
Add CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..0e5f110
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Change Log
+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/).
+
+## Unreleased
+
+### Added
+ - 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`
+
+## 0.2.0 - 2017-01-29
+Initial release.