diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-08-04 15:08:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 09:08:41 +0200 |
commit | fb7acd66001a5f1bc018e1e1e9b1ebc792462e50 (patch) | |
tree | 0d2e69a81e27171a4dd185f926b0415405538b2e /changelogs | |
parent | d37b620757c0a4987ee349f246df30def8613b9b (diff) | |
download | Nim-fb7acd66001a5f1bc018e1e1e9b1ebc792462e50.tar.gz |
follow up #22322; fixes changelog (#22381)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_2_2_0.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/changelogs/changelog_2_2_0.md b/changelogs/changelog_2_2_0.md index 97b9e6c05..341f41045 100644 --- a/changelogs/changelog_2_2_0.md +++ b/changelogs/changelog_2_2_0.md @@ -10,5 +10,3 @@ ## Tool changes -- koch now allows bootstrapping with `-d:nimHasLibFFI`, replacing the older option of building the compiler directly w/ the `libffi` nimble package in tow. - |