aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4be62f1..fbcd166 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Added
+
+- Jest for handling tests
+- Unit tests for color matcher in formats.ts, loggerConfig in logger.ts
+
+### Changed
+
+- Fixed issue with colorMatcher returning bad values for everything > stage2
+- `colorize()` and `printf()` formats apply specifically to console transport
+
## [0.3.0]
### Added