From 37c3458bfb9a7a80f4d5fa41d7994852f2e04d82 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sat, 7 Dec 2019 18:15:03 -0800 Subject: Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d896fec..8b9abae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ 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.10.0 - 2019-12-07 + - Remove lowercasing of keys (unless the key is coming from an environment variable). + - Update nom to 5.x + ## 0.9.3 - 2019-05-09 - Support deserializing to a struct with `#[serde(default)]` [#106] - + [#106]: https://github.com/mehcode/config-rs/pull/106 ## 0.9.2 - 2019-01-03 -- cgit v1.2.3