From f5b83d8aa464c361b17f8f744cec051139d1a039 Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Mon, 14 Sep 2020 22:36:15 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812a686a..cf21dc69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Added `be exported` and `be readonly` matchers.** - Added `%printf` and `%sleep` directives. +### Changed + +- **Improved TAP formatter.** + - Supports TODO and SKIP directives. + - Added error details. + ### Fixed - Fixed the bug that "Parameter is not set" error in word modifier.