From e41d0e6d9c3214d22bcee8eea8d62791d9e4ba91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Papagna=20Maldonado?= Date: Thu, 10 Aug 2023 17:04:35 -0300 Subject: [PATCH] Code Coverage v1.70 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b2852..d5dc991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ This file follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) f Due to the way [Cuis Smalltalk](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev) manages package versions, this project does not follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.70](https://github.com/npapagna/cuis-code-coverage/compare/v1.33...v1.70) - 2023-08-10 -## Added +### Added * Reflexion support to allow Code Coverage to analyze itself. * Decision coverage support for `#ifTrue:`, `#ifFalse:`, `#ifTrue:ifFalse:`, and `#ifFalse:ifTrue: selectors`. * Display code coverage messages using tooltips in the editor.