summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-04-27 02:11:28 -0700
committerGitHub <noreply@github.com>2021-04-27 11:11:28 +0200
commita236002e54d68a672c720bd9b6d27ea0ba44edb8 (patch)
tree1f8a8006346716ac45c57b6b01326666a6e7b7c0 /changelog.md
parent66022423aa21710f57f36e4f3c8c9633567cdb5e (diff)
downloadNim-a236002e54d68a672c720bd9b6d27ea0ba44edb8.tar.gz
testament: add `nimoutFull: bool` spec (#17867)
* testament: add `nimoutFull: bool` spec
* PRTEMP
* works
* cleanup
* add test for #12741
* PRTEMP failing test
* remove unrelated changes
* changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index e4b5c39f1..75d086450 100644
--- a/changelog.md
+++ b/changelog.md
@@ -399,3 +399,6 @@
 
 - `fusion` is now un-bundled from nim, `./koch fusion` will
   install it via nimble at a fixed hash.
+
+- testament: added `nimoutFull: bool` spec to compare full output of compiler
+  instead of a subset.