diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-09-29 00:09:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 18:09:58 +0200 |
commit | 8761599aade64f5953ef7d3c4cea005a0c459355 (patch) | |
tree | e31167b9c6a6ec437756f983da87c78210e8ec84 /changelog.md | |
parent | 4fffa0960f6c17e9e1e6a20665c97ac34ea678bb (diff) | |
download | Nim-8761599aade64f5953ef7d3c4cea005a0c459355.tar.gz |
fixes #22763; nimcache in nim.cfg uses the relative path to the config file (#22764)
fixes #22763
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index e0eb34470..795386144 100644 --- a/changelog.md +++ b/changelog.md @@ -29,6 +29,7 @@ slots when enlarging a sequence. ## Compiler changes +- `--nimcache` using a relative path as the argument in a config file is now relative to the config file instead of the current directory. ## Tool changes |