Read secret file as binary, without premature parsing as UTF-8 (#876) (#988)

This commit is contained in:
Eric Bréchemier
2017-09-28 21:54:50 -05:00
committed by Joe Nelson
parent a6cce691b5
commit 65c9d549c1
3 changed files with 16 additions and 12 deletions
+1
View File
@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #876, Read secret files as binary, discard final LF if any - @eric-brechemier
- #968, Treat blank proxy uri as missing - @begriffs
- #933, OpenAPI externals docs url to current version - @steve-chavez
- #962, OpenAPI don't err on nonexistent schema - @steve-chavez