From 9c07b3da04934eefb2b90b36563f119561871ee7 Mon Sep 17 00:00:00 2001 From: Austin Noska Date: Fri, 30 Aug 2019 17:21:17 -0400 Subject: [PATCH] docs: updating changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1d7f..a9780ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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 Public API Properties to get the program install date based on the creation date of core dll file for NetStandard and SimplSharp + - Implemented processor utils for NetStandard to get the system uptime and the program uptime ### Changed - Fixed a bug where ANSI color encoded strings with percentages were being scrambled