summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-09-29 00:09:58 +0800
committerGitHub <noreply@github.com>2023-09-28 18:09:58 +0200
commit8761599aade64f5953ef7d3c4cea005a0c459355 (patch)
treee31167b9c6a6ec437756f983da87c78210e8ec84 /changelog.md
parent4fffa0960f6c17e9e1e6a20665c97ac34ea678bb (diff)
downloadNim-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.md1
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