From 35628fbbfccd46a1246c835ce7e01a7edd61a6b7 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 10 Jan 2022 21:30:55 -0700 Subject: [PATCH] Update changelog String interpolation https://github.com/icy-arctic-fox/spectator/issues/41 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55dc5e..5078721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Support string interpolation for example name/description. [#41](https://github.com/icy-arctic-fox/spectator/issues/41) + ### Changed - Source line reported by failure list changed to line containing `expect` instead of example start line. +- Better compiler error when using string interpolation in group name/description. [#41](https://github.com/icy-arctic-fox/spectator/issues/41) ## [0.10.3] - 2021-10-13 ### Fixed