File tree 5 files changed +321
-300
lines changed
5 files changed +321
-300
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 4.3.0 " ></a >
2
+ ## 4.3.0 (2020-12-29)
3
+
4
+ #### Features
5
+
6
+ * Rewrite default out text ([ 44d39112] ( https://github.com/rust-lang/rustlings/commit/44d39112ff122b29c9793fe52e605df1612c6490 ) )
7
+ * match exercise order to book chapters (#541 ) ([ 033bf119] ( https://github.com/rust-lang/rustlings/commit/033bf1198fc8bfce1b570e49da7cde010aa552e3 ) )
8
+ * Crab? (#586 ) ([ fa9f522b] ( https://github.com/rust-lang/rustlings/commit/fa9f522b7f043d7ef73a39f003a9272dfe72c4f4 ) )
9
+ * add "rustlings list" command ([ 838f9f30] ( https://github.com/rust-lang/rustlings/commit/838f9f30083d0b23fd67503dcf0fbeca498e6647 ) )
10
+ * ** try_from_into:** remove duplicate annotation ([ 04f1d079] ( https://github.com/rust-lang/rustlings/commit/04f1d079aa42a2f49af694bc92c67d731d31a53f ) )
11
+
12
+ #### Bug Fixes
13
+
14
+ * update structs README ([ bcf14cf6] ( https://github.com/rust-lang/rustlings/commit/bcf14cf677adb3a38a3ac3ca53f3c69f61153025 ) )
15
+ * added missing exercises to info.toml ([ 90cfb6ff] ( https://github.com/rust-lang/rustlings/commit/90cfb6ff28377531bfc34acb70547bdb13374f6b ) )
16
+ * gives a bit more context to magic number ([ 30644c9a] ( https://github.com/rust-lang/rustlings/commit/30644c9a062b825c0ea89435dc59f0cad86b110e ) )
17
+ * ** functions2:** Change signature to trigger precise error message: (#605 ) ([ 0ef95947] ( https://github.com/rust-lang/rustlings/commit/0ef95947cc30482e63a7045be6cc2fb6f6dcb4cc ) )
18
+ * ** structs1:** Adjust wording (#573 ) ([ 9334783d] ( https://github.com/rust-lang/rustlings/commit/9334783da31d821cc59174fbe8320df95828926c ) )
19
+ * ** try_from_into:**
20
+ * type error ([ 4f4cfcf3] ( https://github.com/rust-lang/rustlings/commit/4f4cfcf3c36c8718c7c170c9c3a6935e6ef0618c ) )
21
+ * Update description (#584 ) ([ 96347df9] ( https://github.com/rust-lang/rustlings/commit/96347df9df294f01153b29d9ad4ba361f665c755 ) )
22
+ * ** vec1:** Have test compare every element in a and v ([ 9b6c6293] ( https://github.com/rust-lang/rustlings/commit/9b6c629397b24b944f484f5b2bbd8144266b5695 ) )
23
+
1
24
<a name =" 4.2.0 " ></a >
2
25
## 4.2.0 (2020-11-07)
3
26
You can’t perform that action at this time.
0 commit comments