summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-09-18 10:16:05 +0200
committerliv <shadows_withal@fastmail.com>2023-09-18 10:16:05 +0200
commit9a743f80c57cc6bf27819589a8ddb5a5579ab1a4 (patch)
tree38d3bee0227d2578db9b7a933faa98eb027f3653 /CHANGELOG.md
parent170aaabe9b87a8a5edf382d6f3adda0ffa3df20e (diff)
release: 5.6.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 69262b3..a7226a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+<a name="5.6.1"></a>
+## 5.6.1 (2023-09-18)
+
+#### Changed
+
+- Converted all exercises with assertions to test mode.
+
+#### Fixed
+
+- `cow1`: Reverted regression introduced by calling `to_mut` where it
+ shouldn't have been called, and clarified comment.
+- `primitive_types3`: Require at least an array of 100 elements.
+- Removed hint comments when no hint exists for the exercise.
+- `as_ref_mut`: Fixed a typo in a test function name.
+- `enums3`: Fixed formatting with `rustfmt`.
+
<a name="5.6.0"></a>
## 5.6.0 (2023-09-04)