summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2019-01-03 11:09:54 -0800
committerRyan Leckey <ryan@launchbadge.com>2019-01-03 11:09:54 -0800
commite23aa2941a245596a5b21dd990e087dde42ad68a (patch)
tree42e7a8dd0e91349798becd1f2979364b5ce6541f /CHANGELOG.md
parent273903490c33fdff0f6ed7a5d9a278c279ad0a61 (diff)
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index defa9e6..d970624 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
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]
+
+[#85]: https://github.com/mehcode/config-rs/pull/85
+[#89]: https://github.com/mehcode/config-rs/pull/89
+
## 0.9.1 - 2018-09-25
- Allow Environment variable collection to ignore empty values. [#78]
```rust
// Empty env variables will not be collected
Environment::with_prefix("APP").ignore_empty(true)
```
-
+
[#78]: https://github.com/mehcode/config-rs/pull/78
## 0.9.0 - 2018-07-02