fix: Fixed a bug with the IcdOrderedDict index setter that was creating additional values

This commit is contained in:
Chris Cameron
2019-08-22 10:17:32 -04:00
parent e388f35efb
commit 440c1c62f1
3 changed files with 27 additions and 16 deletions

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Fixed a bug with the IcdOrderedDict index setter that was creating additional values
## [8.7.0] - 2019-06-24
### Added
- IcdXmlException exposes line number and position properties