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 db16b68 commit fad4f9fCopy full SHA for fad4f9f
CHANGELOG.md
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
## 0.9.2 - 2019-01-03
8
- Support reading `enum`s from configuration. [#85]
9
- Improvements to error path (attempting to propagate path). [#89]
10
+ - Fix UB in monomorphic expansion. We weren't re-exporting dependent types. [#91]
11
12
[#85]: https://github.com/mehcode/config-rs/pull/85
13
[#89]: https://github.com/mehcode/config-rs/pull/89
14
+[#91]: https://github.com/mehcode/config-rs/issues/91
15
16
## 0.9.1 - 2018-09-25
17
- Allow Environment variable collection to ignore empty values. [#78]
0 commit comments