feat: Better implementation of DictionaryExtensions.ToInverse

This commit is contained in:
Chris Cameron 2018-10-16 14:31:53 -04:00
parent 23a068d0c9
commit 85ab631ef5
3 changed files with 41 additions and 2 deletions

View file

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- New XML conversion framework for performance improvements
### Changed
- XmlUtils is now using the improved XML conversion framework
- Better implementation of DictionaryExtensions.ToInverse
## [5.0.0] - 2018-09-14
### Added