From e65578584af694a9a927c2e9391858601ff1b438 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Tue, 10 Sep 2019 17:19:28 -0400 Subject: [PATCH] docs: Updating changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 893dec5..7bcb25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added TimeSpan extension methods for cycling hours and minutes without modifying the day - 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 ### Changed - The Root Config path in Net Standard will now be the ICD.Connect folder in the current environments ProgramData directory