Skip to content

Commit fad4f9f

Browse files
committed
Update CHANGELOG
1 parent db16b68 commit fad4f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## 0.9.2 - 2019-01-03
88
- Support reading `enum`s from configuration. [#85]
99
- Improvements to error path (attempting to propagate path). [#89]
10+
- Fix UB in monomorphic expansion. We weren't re-exporting dependent types. [#91]
1011

1112
[#85]: https://github.com/mehcode/config-rs/pull/85
1213
[#89]: https://github.com/mehcode/config-rs/pull/89
14+
[#91]: https://github.com/mehcode/config-rs/issues/91
1315

1416
## 0.9.1 - 2018-09-25
1517
- Allow Environment variable collection to ignore empty values. [#78]

0 commit comments

Comments
 (0)