Merge pull request #895 from steve-chavez/binary-proc

Binary output support for RPC
This commit is contained in:
Joe Nelson
2017-07-07 22:34:06 -05:00
committed by GitHub
7 changed files with 129 additions and 50 deletions
+1
View File
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- #889, Allow more than two conditions in a single and/or - @steve-chavez
- #883, Binary output support for RPC - @steve-chavez
### Fixed