rustlings/changelog/1.5.0/index.html

150 lines
7.2 KiB
HTML

<!DOCTYPE html>
<html lang="en" id="oranda" class="dark">
<head>
<title>rustlings</title>
<meta property="og:url" content="https://rustlings.cool" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Small exercises to get you used to reading and writing Rust code!" />
<meta property="og:description" content="Small exercises to get you used to reading and writing Rust code!" />
<meta property="og:type" content="website" />
<meta property="og:title" content="rustlings" />
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
<link rel="stylesheet" href="/oranda-v0.3.1.css" />
</head>
<body>
<div class="container">
<div class="page-body">
<div class="repo_banner">
<a href="https://github.com/rust-lang/rustlings">
<div class="github-icon" aria-hidden="true"></div>
Check out our GitHub!
</a>
</div>
<main>
<header>
<h1 class="title">rustlings</h1>
<nav class="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/artifacts/">Install</a></li>
<li><a href="/changelog/">Changelog</a></li>
</ul>
</nav>
</header>
<div>
<h1>1.5.0</h1>
<div class="releases-body">
<section class="release ">
<div class="release-info">
<span class="flex items-center gap-2">
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'>
<path stroke-linecap='round' stroke-linejoin='round' d='M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z' />
<path stroke-linecap='round' stroke-linejoin='round' d='M6 6h.008v.008H6V6z' /></svg>
1.5.0
</span>
<span class="flex items-center gap-2">
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'><path stroke-linecap='round' stroke-linejoin='round' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5' /></svg>
Nov 9 2019 at 09:53 UTC
</span>
</div>
<div class="release-body">
<h4>Bug Fixes</h4>
<ul>
<li><strong>test1:</strong> Rewrite logic (<a href="https://github.com/rust-lang/rustlings/commit/79a569422c8309cfc9e4aed25bf4ab3b3859996b" rel="noopener noreferrer">79a56942</a>)</li>
<li><strong>installation:</strong> Fix rustlings installation check (<a href="https://github.com/rust-lang/rustlings/commit/7a252c475551486efb52f949b8af55803b700bc6" rel="noopener noreferrer">7a252c47</a>)</li>
<li><strong>iterators:</strong> Rename iterator3.rs (<a href="https://github.com/rust-lang/rustlings/commit/433d2115bc1c04b6d34a335a18c9a8f3e2672bc6" rel="noopener noreferrer">433d2115</a>)</li>
<li><strong>iterators2:</strong> Remove syntax resulting in misleading error message (<a href="https://github.com/rust-lang/rustlings/commit/4cde86643e12db162a66e62f23b78962986046ac" rel="noopener noreferrer">4cde8664</a>)</li>
<li><strong>option1:</strong>
<ul>
<li>Fix arguments passed to assert! macro (#222) (<a href="https://github.com/rust-lang/rustlings/commit/4c2cf6da755efe02725e05ecc3a303304c10a6da" rel="noopener noreferrer">4c2cf6da</a>)</li>
<li>Fix arguments passed to assert! macro (<a href="https://github.com/rust-lang/rustlings/commit/ead4f7af9e10e53418efdde5c359159347282afd" rel="noopener noreferrer">ead4f7af</a>)</li>
<li>Add test for prematurely passing exercise (<a href="https://github.com/rust-lang/rustlings/commit/a750e4a1a3006227292bb17d57d78ce84da6bfc6" rel="noopener noreferrer">a750e4a1</a>)</li>
</ul>
</li>
<li><strong>primitive_types4:</strong> Fail on a slice covering the wrong area (<a href="https://github.com/rust-lang/rustlings/commit/5b1e673cec1658afc4ebbbc800213847804facf5" rel="noopener noreferrer">5b1e673c</a>)</li>
<li><strong>readme:</strong> http to https (<a href="https://github.com/rust-lang/rustlings/commit/70946b85e536e80e70ed9505cb650ca0a3a1fbb5" rel="noopener noreferrer">70946b85</a>)</li>
<li><strong>test1:</strong>
<ul>
<li>Swap assertion parameter order (<a href="https://github.com/rust-lang/rustlings/commit/4086d463a981e81d97781851d17db2ced290f446" rel="noopener noreferrer">4086d463</a>)</li>
<li>renamed function name to snake case closes #180 (<a href="https://github.com/rust-lang/rustlings/commit/89d5186c0dae8135ecabf90ee8bb35949bc2d29b" rel="noopener noreferrer">89d5186c</a>)</li>
</ul>
</li>
</ul>
<h4>Features</h4>
<ul>
<li>Add enums exercises (<a href="https://github.com/rust-lang/rustlings/commit/dc15032112fc485226a573a18139e5ce928b1755" rel="noopener noreferrer">dc150321</a>)</li>
<li>Added exercise for struct update syntax (<a href="https://github.com/rust-lang/rustlings/commit/1c4c8764ed118740cd4cee73272ddc6cceb9d959" rel="noopener noreferrer">1c4c8764</a>)</li>
<li><strong>iterators2:</strong> adds iterators2 exercise including config (<a href="https://github.com/rust-lang/rustlings/commit/9288fccf07a2c5043b76d0fd6491e4cf72d76031" rel="noopener noreferrer">9288fccf</a>)</li>
</ul>
<p><a rel="noopener noreferrer"></a></p>
<h3>1.4.1 (2019-08-13)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>iterators2:</strong> Remove syntax resulting in misleading error message (<a href="https://github.com/rust-lang/rustlings/commit/4cde86643e12db162a66e62f23b78962986046ac" rel="noopener noreferrer">4cde8664</a>)</li>
<li><strong>option1:</strong> Add test for prematurely passing exercise (<a href="https://github.com/rust-lang/rustlings/commit/a750e4a1a3006227292bb17d57d78ce84da6bfc6" rel="noopener noreferrer">a750e4a1</a>)</li>
<li><strong>test1:</strong> Swap assertion parameter order (<a href="https://github.com/rust-lang/rustlings/commit/4086d463a981e81d97781851d17db2ced290f446" rel="noopener noreferrer">4086d463</a>)</li>
</ul>
<p><a rel="noopener noreferrer"></a></p>
</div>
</section>
</div>
</div>
</main>
</div>
<footer>
<a href="https://github.com/rust-lang/rustlings"><div class="github-icon" aria-hidden="true"></div></a>
<span>
rustlings
</span>
</footer>
</div>
<script defer="true" data-domain="rustlings.cool" src="https://plausible.io/js/script.js"></script>
</body>
</html>