We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb71a3 commit 37c3458Copy full SHA for 37c3458
CHANGELOG.md
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 0.10.0 - 2019-12-07
8
+ - Remove lowercasing of keys (unless the key is coming from an environment variable).
9
+ - Update nom to 5.x
10
+
11
## 0.9.3 - 2019-05-09
12
- Support deserializing to a struct with `#[serde(default)]` [#106]
-
13
14
[#106]: https://github.com/mehcode/config-rs/pull/106
15
16
## 0.9.2 - 2019-01-03
0 commit comments