From 6a7b58f50fd6e9ec7d15384e643dca114f292e82 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Sat, 14 Sep 2019 11:23:19 -0400 Subject: [PATCH] docs: Updating changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcb25b..ed2f268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added a dictionary extension method for getting or adding a new value via func - Added CultureInfo extensions for converting between 12 hour and 24 hour time formatting - Added environment methods for setting the current date and time + - Added BinarySearch extension method for all IList types ### Changed - The Root Config path in Net Standard will now be the ICD.Connect folder in the current environments ProgramData directory - Fixed a bug where CultureInfo was not being cloned correctly + - List AddSorted extensions now work for all IList types ## [9.8.0] - 2019-09-03 ### Added