From eb2c80ebf6b1425e660df5f0b379da4aafd8a444 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 9 May 2019 10:09:51 -0700 Subject: Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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] -- cgit v1.2.3