summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2019-05-09 10:09:51 -0700
committerGitHub <noreply@github.com>2019-05-09 10:09:51 -0700
commiteb2c80ebf6b1425e660df5f0b379da4aafd8a444 (patch)
tree681f3639a872057ac0d6068ee83252b0a9914df8
parent9ee5090c5f424663e62ac6e3a950cee2eb1094b0 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aec81e7..d896fec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ 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.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
- Support reading `enum`s from configuration. [#85]
- Improvements to error path (attempting to propagate path). [#89]