summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-01 16:48:34 +0200
committermokou <mokou@fastmail.com>2022-07-01 16:48:34 +0200
commit6588d9be22b511c98520de4f4df0c3939aae610e (patch)
tree2c2d1e1b3a2f8da7b3c859b5070f7f5f2347e460 /CHANGELOG.md
parentd27f5a7d41bf0ac775836c87171f88e59257fb6a (diff)
chore: bump version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fc1250..095877b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+<a name="4.8.0"></a>
+## 4.8.0 (2022-07-01)
+
+#### Features
+
+- Added a progress indicator for `rustlings watch`.
+- The installation script now checks for Rustup being installed.
+- Added a `rustlings lsp` command to enable `rust-analyzer`.
+
+#### Bug Fixes
+
+- **move_semantics5**: Replaced "in vogue" with "in scope" in hint.
+- **if2**: Fixed a typo in the hint.
+- **variables1**: Fixed an incorrect line reference in the hint.
+- Fixed an out of bounds check in the installation Bash script.
+
+#### Housekeeping
+
+- Replaced the git.io URL with the fully qualified URL because of git.io's sunsetting.
+- Removed the deprecated Rust GitPod extension.
+
<a name="4.7.1"></a>
## 4.7.1 (2022-04-20)