From fad4f9fa44f072a86f27db495f70e94ca84e99ef Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 3 Jan 2019 11:15:26 -0800 Subject: Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d970624..aec81e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.9.2 - 2019-01-03 - Support reading `enum`s from configuration. [#85] - Improvements to error path (attempting to propagate path). [#89] + - Fix UB in monomorphic expansion. We weren't re-exporting dependent types. [#91] [#85]: https://github.com/mehcode/config-rs/pull/85 [#89]: https://github.com/mehcode/config-rs/pull/89 +[#91]: https://github.com/mehcode/config-rs/issues/91 ## 0.9.1 - 2018-09-25 - Allow Environment variable collection to ignore empty values. [#78] -- cgit v1.2.3