From 79c1c60d79afbe8cdb16db5979aaa74fd17d6080 Mon Sep 17 00:00:00 2001 From: Drew Tingen Date: Wed, 29 Sep 2021 15:06:56 -0400 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb86ad6..9a7408f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + - Added IcdAutoResetEvent and IcdManaualResetEvent + +### Changed + - EnumUtils - Fixed bug where not all values were returned for GetValueExceptNone + - ThreadedWorkerQueue - Added BetweenTime property, to wait between process callbacks + - ThreadedWorkerQueue - Added RunProcess option to stop queue from processing items + - ThreadedWorkerQueue - Added WaitForFlush events to wait until the queue is empty + - ThreadedWorkerQueue - Added count property + - ThreadedWorkerQueue - Now implements IDisposable + +### Removed + - Removed RateLimitedEventQueue and tests - features added to ThreadedWorkerQueue + - Removed TryEnter from SafeCriticalSection - incorrect behavior on Crestron systems ## [15.2.0] - 2021-08-18 ### Added