summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b753d2..19c9a51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,15 +2,6 @@
## 6.2.0 (2024-08-08)
-It is recommended to update to this version to fix issues with the language server `rust-analyzer`.
-You can update using the following two commands:
-
-```bash
-rustup update
-cargo install rustlings
-```
-
-- Fix `rust-analyzer` rebuilding all exercises after changing one file.
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
- Remove the state file and the solutions directory from the generated `.gitignore` file.
- Add a `README.md` file to the `solutions/` directory.