From 24a860ea1161eff12d81cc7d5cf0c24044ac4bfe Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 26 Jan 2023 16:18:26 -0700 Subject: [PATCH] Add reference to new issue https://github.com/icy-arctic-fox/spectator/issues/51 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7b645..fe4331d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for string interpolation in context names/labels. ### Fixed -- Fix invalid syntax (unterminated call) when recording calls to stubs with an un-named splat. +- Fix invalid syntax (unterminated call) when recording calls to stubs with an un-named splat. [#51](https://github.com/icy-arctic-fox/spectator/issues/51) ### Changed - Expectations using 'should' syntax report file and line where the 'should' keyword is instead of the test start.