summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-12-12 21:57:27 +0800
committerGitHub <noreply@github.com>2022-12-12 14:57:27 +0100
commitfd7da7da629f9f569503220b656047fb2f8da125 (patch)
tree314b168eb454ebc6813d7cd5ff31decc4b29256a /changelog.md
parent19923aa8b7bb93f687b71942b2ab3de39cba2f5a (diff)
downloadNim-fd7da7da629f9f569503220b656047fb2f8da125.tar.gz
add a changelog for nimble (#21078)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 8efb7200c..5762d18ad 100644
--- a/changelog.md
+++ b/changelog.md
@@ -292,6 +292,4 @@
 
 ## Tool changes
 
-- Nim now supports Nimble version 0.14 which added support for lock-files. This is done by
-  a simple configuration change setting that you can do yourself too. In `$nim/config/nim.cfg`
-  replace `pkgs` by `pkgs2`.
+- Nim now ships Nimble version 0.14 which added support for lock-files. Libraries are stored in `$nimbleDir/pkgs2` (it was `$nimbleDir/pkgs`).