diff options
| author | mokou <mokou@posteo.de> | 2020-07-08 11:43:08 +0200 |
|---|---|---|
| committer | mokou <mokou@posteo.de> | 2020-07-08 11:43:08 +0200 |
| commit | e823bef97063560170c6c286ae03e40fb50ea5b8 (patch) | |
| tree | 51e81e19f152c03c7b80d507e9e91513ba1a9279 | |
| parent | f9ccc6a289ca5fed784fd45878b163e633bfdba1 (diff) | |
docs: Add missing closing brackets to changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 594987c..0d984eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ #### Breaking Changes -* Add a --nocapture option to display test harnesses' outputs ([8ad5f9bf](https://github.com/rust-lang/rustlings/commit/8ad5f9bf531a4848b1104b7b389a20171624c82f) -* Rename test to quiz, fixes #244 ([010a0456](https://github.com/rust-lang/rustlings/commit/010a04569282149cea7f7a76fc4d7f4c9f0f08dd) +* Add a --nocapture option to display test harnesses' outputs ([8ad5f9bf](https://github.com/rust-lang/rustlings/commit/8ad5f9bf531a4848b1104b7b389a20171624c82f)) +* Rename test to quiz, fixes #244 ([010a0456](https://github.com/rust-lang/rustlings/commit/010a04569282149cea7f7a76fc4d7f4c9f0f08dd)) #### Features |
