diff options
| author | marisa <mokou@posteo.de> | 2019-11-11 14:02:27 +0100 |
|---|---|---|
| committer | marisa <mokou@posteo.de> | 2019-11-11 14:02:27 +0100 |
| commit | a47a62172a5d4c479d242498b9b140b3111fb7c6 (patch) | |
| tree | 63b6e1cd32038ebc429ecac433fa197895d4a728 /CHANGELOG.md | |
| parent | f72e5a8f05568dde04eaeac10b9a69872f21cb37 (diff) | |
1.5.1
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d067ca7..f0b85f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +<a name="1.5.1"></a> +### 1.5.1 (2019-11-11) + +#### Bug Fixes + +* **errors3:** Update hint ([dcfb427b](https://github.com/rust-lang/rustlings/commit/dcfb427b09585f0193f0a294443fdf99f11c64cb), closes [#185](https://github.com/rust-lang/rustlings/issues/185)) +* **if1:** Remove `return` reference ([ad03d180](https://github.com/rust-lang/rustlings/commit/ad03d180c9311c0093e56a3531eec1a9a70cdb45)) +* **strings:** Move Strings before Structs ([6dcecb38](https://github.com/rust-lang/rustlings/commit/6dcecb38a4435593beb87c8e12d6314143631482), closes [#204](https://github.com/rust-lang/rustlings/issues/204)) +* **structs1:** Remove misleading comment ([f72e5a8f](https://github.com/rust-lang/rustlings/commit/f72e5a8f05568dde04eaeac10b9a69872f21cb37)) +* **threads:** Move Threads behind SLT ([fbe91a67](https://github.com/rust-lang/rustlings/commit/fbe91a67a482bfe64cbcdd58d06ba830a0f39da3), closes [#205](https://github.com/rust-lang/rustlings/issues/205)) +* **watch:** clear screen before each `verify()` ([3aff590](https://github.com/rust-lang/rustlings/commit/3aff59085586c24196a547c2693adbdcf4432648)) + <a name="1.5.0"></a> ## 1.5.0 (2019-11-09) |
