summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2019-12-07 18:15:03 -0800
committerRyan Leckey <ryan@launchbadge.com>2019-12-07 18:15:03 -0800
commit37c3458bfb9a7a80f4d5fa41d7994852f2e04d82 (patch)
tree84fec1239136e1723213240547307588e2bde399
parent8fb71a3051c0c09f37129d9c1884c778a4ea4cea (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
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