summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-03-10 17:39:59 +0100
committerliv <shadows_withal@fastmail.com>2023-03-10 17:39:59 +0100
commit7f1754ecc5690f31db4aff38eef2bf30e2aec525 (patch)
treed8683f0104b5333b2da24d41fb06c5b0ba95271a /CHANGELOG.md
parente4971ec7b39e8e2ad97af5b11c7097826577de0d (diff)
release: 5.4.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63e448b..2c14e7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+<a name="5.4.1"></a>
+## 5.4.1 (2023-03-10)
+
+#### Changed
+
+- `vecs`: Added links to `iter_mut` and `map` to README.md
+- `cow1`: Changed main to tests
+- `iterators1`: Formatted according to rustfmt
+
+#### Fixed
+
+- `errors5`: Unified undisclosed type notation
+- `arc1`: Improved readability by avoiding implicit dereference
+- `macros4`: Prevented auto-fix by adding `#[rustfmt::skip]`
+- `cli`: Actually show correct progress percentages
+
<a name="5.4.0"></a>
## 5.4.0 (2023-02-12)