diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-12-09 07:19:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 16:19:39 +0100 |
commit | f344a704123a4b55e2b3b8a4f736a6739d0683bb (patch) | |
tree | d3bca149bf4805305d85d43cbd3533cbf2c27f59 /changelog.md | |
parent | 87e634aab3182d6e9022f108bd6936a58682f01c (diff) | |
download | Nim-f344a704123a4b55e2b3b8a4f736a6739d0683bb.tar.gz |
fix #16150 improve type mismatch errors (#16152)
* fix #16150 improve type mismatch errors * allow -d:nimLegacyTypeMismatch * address comment
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index bb49dc7f6..0e96c868a 100644 --- a/changelog.md +++ b/changelog.md @@ -77,6 +77,8 @@ - Added `nim --eval:cmd` to evaluate a command directly, see `nim --help`. - VM now supports `addr(mystring[ind])` (index + index assignment) +- Type mismatch errors now show more context, use `-d:nimLegacyTypeMismatch` for previous + behavior. ## Tool changes |