summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 90677d2ac4e47a781576bc759d20dc50ce157843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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/).

## 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`

## 0.2.0 - 2017-01-29
Initial release.