Skip to content

Commit e23aa29

Browse files
committed
Update CHANGELOG
1 parent 2739034 commit e23aa29

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
11+
[#85]: https://github.com/mehcode/config-rs/pull/85
12+
[#89]: https://github.com/mehcode/config-rs/pull/89
13+
714
## 0.9.1 - 2018-09-25
815
- Allow Environment variable collection to ignore empty values. [#78]
916
```rust
1017
// Empty env variables will not be collected
1118
Environment::with_prefix("APP").ignore_empty(true)
1219
```
13-
20+
1421
[#78]: https://github.com/mehcode/config-rs/pull/78
1522

1623
## 0.9.0 - 2018-07-02

0 commit comments

Comments
 (0)