docs/file.RELEASE.html in mocha-1.11.1 vs docs/file.RELEASE.html in mocha-1.11.2
- old
+ new
@@ -4,11 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
File: RELEASE
- — Mocha 1.11.1
+ — Mocha 1.11.2
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
@@ -57,10 +57,28 @@
<div class="clear"></div>
</div>
<div id="content"><div id='filecontents'><h1>Release Notes</h1>
+<h2>1.11.2</h2>
+
+<h3>External changes</h3>
+
+<ul>
+<li>Fix regression introduced in v1.10.0 that meant <code>Object#inspect</code> was called unnecessarily (368abd98)</li>
+<li>Warn when mock object receives invocations in another test - thanks to @nitishr (#442)</li>
+<li>Avoid rubocop comments appearing in YARD-generated docs (d8019eed)</li>
+</ul>
+
+<h3>Internal changes</h3>
+
+<ul>
+<li>Replace <code>StubbedMethod#original_method</code> & <code>#original_visibility</code> attribute reader methods with instance variables - thanks to @nitishr (d917f332)</li>
+<li>Set up <code>MochaExampleTest</code> & <code>StubbaExampleTest</code> as acceptance tests - thanks to @nitishr (4881cc58)</li>
+<li>Delete unused <code>PrettyParameters</code> class - thanks to @nitishr (314ea922)</li>
+</ul>
+
<h2>1.11.1</h2>
<h3>External changes</h3>
<ul>
@@ -998,10 +1016,10 @@
gtag('config', 'UA-625523-7');
</script>
</div>
<div id="footer">
- Generated on Tue Dec 17 12:49:34 2019 by
+ Generated on Sat Jan 4 17:36:46 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
</div>
\ No newline at end of file