fix: Fixed PriorityQueue IndexOutOfRange exception when an inner queue becomes depleted

This commit is contained in:
Chris Cameron
2019-05-02 10:23:53 -04:00
parent 736c2aee33
commit d7bfb07c2c
3 changed files with 52 additions and 20 deletions

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Fixed PriorityQueue IndexOutOfRange exception when an inner queue becomes depleted
## [8.3.1] - 2019-04-05
### Changed
- Fixed FormatException when parsing some JSON DateTimes