Interpolate boolean env vars from conf file (#897)

This commit is contained in:
Joe Nelson
2017-06-25 23:30:23 -05:00
committed by GitHub
parent b007428142
commit 7cc38330a8
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #896, Boolean env var interpolation in config file - @begriffs
## [0.4.2.0] - 2017-06-11
### Added