Properly handle check for session support on eos (#56407)

* Properly handle eos session check.

* Why is eos_use_sessions an int?

* Add changelog
This commit is contained in:
Nathaniel Case
2019-05-16 10:44:22 -04:00
committed by GitHub
parent f88b660717
commit 409c46b2fa
2 changed files with 9 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- eos_use_sessions is now type boolean instead of int.