diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-08-30 15:43:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 15:43:07 +0200 |
commit | 82d5e773e3cccbca6632ff7cbfcec055ab4b915b (patch) | |
tree | fe28708722399390b0bb2e62f94e9a30d194c479 /changelog.md | |
parent | 25581c796f519cb41d8b40b48bf160678339b87f (diff) | |
download | Nim-82d5e773e3cccbca6632ff7cbfcec055ab4b915b.tar.gz |
make testament a tool we ship with Nim; fixes #12084 (#12088)
* make testament a tool we ship with Nim; fixes #12084 * moved config to fit * adapt testament tests to use the testament binary
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 61e6711db..b7c2214c9 100644 --- a/changelog.md +++ b/changelog.md @@ -73,6 +73,9 @@ type - The Nim compiler now warns about unused module imports. You can use a top level ``{.used.}`` pragma in the module that you want to be importable without producing this warning. +- The "testament" testing tool's name was changed + from `tester` to `testament` and is generally available as a tool to run Nim + tests automatically. ### Compiler changes |