From 39025a86223477b122e9f5089c18d6a68cd883ba Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Tue, 7 Feb 2017 17:32:19 -0800 Subject: Add CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3