feat: Added enum extensions for finding the inclusion and exclusion of enum flags

This commit is contained in:
Chris Cameron
2019-12-05 15:31:20 -05:00
parent b68c5f1c97
commit 79a98d8c10
2 changed files with 29 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added MathUtils methods for converting to and from percentages
- Added enum extensions for finding the inclusion and exclusion of enum flags
## [10.2.0] - 2019-12-04
### Added