summary refs log tree commit diff stats
path: root/changelogs
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-04-05 02:37:01 +0800
committerGitHub <noreply@github.com>2023-04-04 20:37:01 +0200
commitc71192043b9febbfc058717ad3d4fde3a22c61da (patch)
treef236bb9336228e9854fd92912dd5781abbed4bf3 /changelogs
parent3575f2bf9ccdabe5fa1fcade086ef0c11adc67b5 (diff)
downloadNim-c71192043b9febbfc058717ad3d4fde3a22c61da.tar.gz
fixes #21392; document `nimble develop` breaking changes (#21614)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changelog_2_0_0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md
index 977dc6523..60b380d12 100644
--- a/changelogs/changelog_2_0_0.md
+++ b/changelogs/changelog_2_0_0.md
@@ -401,4 +401,4 @@
 
 ## Tool changes
 
-- Nim now ships Nimble version 0.14 which added support for lock-files. Libraries are stored in `$nimbleDir/pkgs2` (it was `$nimbleDir/pkgs`).
+- Nim now ships Nimble version 0.14 which added support for lock-files. Libraries are stored in `$nimbleDir/pkgs2` (it was `$nimbleDir/pkgs`). Use `nimble develop --global` to create an old style link file in the special links directory documented at https://github.com/nim-lang/nimble#nimble-develop.