summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2019-01-03 11:15:26 -0800
committerRyan Leckey <ryan@launchbadge.com>2019-01-03 11:15:26 -0800
commitfad4f9fa44f072a86f27db495f70e94ca84e99ef (patch)
treeffe40a9963a1575e491dbd171bd48ecab9d0b0af
parentdb16b68afe2f44af5cda86f7495e8fd405a819db (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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]