fix: Fixed a bug where ANSI color encoded strings with percentages were being scrambled

This commit is contained in:
Chris Cameron
2019-08-20 15:34:40 -04:00
parent 3f1f9611ec
commit f8c88630fc
3 changed files with 12 additions and 17 deletions

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Fixed a bug where ANSI color encoded strings with percentages were being scrambled
## [9.7.0] - 2019-08-15
### Added
- Added logger timestamps to non simplsharp programs