File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
14
## 0.9.1 - 2018-09-25
8
15
- Allow Environment variable collection to ignore empty values. [ #78 ]
9
16
``` rust
10
17
// Empty env variables will not be collected
11
18
Environment :: with_prefix (" APP" ). ignore_empty (true )
12
19
```
13
-
20
+
14
21
[ #78 ] : https://github.com/mehcode/config-rs/pull/78
15
22
16
23
## 0.9.0 - 2018-07-02
You can’t perform that action at this time.
0 commit comments