move poll wrapper on top of select (only used on Windows) to the ix namespace

This commit is contained in:
Benjamin Sergeant
2019-09-08 11:14:49 -07:00
parent ae3856c10f
commit 48cefe5525
6 changed files with 16 additions and 10 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.1.0] - 2019-09-08
- move poll wrapper on top of select (only used on Windows) to the ix namespace
## [6.0.1] - 2019-09-05
- add cobra metrics publisher + server unittest