fix: The SafeTimer constructor that executes the callback immediately now works as expected

This commit is contained in:
Austin Noska
2021-01-20 17:46:26 -05:00
committed by Chris Cameron
parent c1b9426e32
commit d090ab0085
3 changed files with 6 additions and 12 deletions

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- A SafeTimer constructor that executes the callback immediately now does this instead of waiting infinitely
## [14.0.0] - 2021-01-14
### Added
- Added Get and Set extensions to PropertyInfo in SIMPLSHARP to mimic overloads avaliable in NETSTANDARD