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 9ee5090 commit eb2c80eCopy full SHA for eb2c80e
CHANGELOG.md
@@ -4,6 +4,11 @@ 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.9.3 - 2019-05-09
8
+ - Support deserializing to a struct with `#[serde(default)]` [#106]
9
+
10
+[#106]: https://github.com/mehcode/config-rs/pull/106
11
12
## 0.9.2 - 2019-01-03
13
- Support reading `enum`s from configuration. [#85]
14
- Improvements to error path (attempting to propagate path). [#89]
0 commit comments