You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contents/en/documents/2.8.html
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,5 +139,11 @@ <h2>v2.8.6</h2>
139
139
<h3>Bug Fixes</h3>
140
140
<p><ahref="https://github.com/hajimehoshi/ebiten/milestone/141?closed=1">Issues for v2.8.6</a></p>
141
141
<ul>
142
-
<li>Fix an issue where a race condition during seeking in an audio player could cause noise (<ahref="https://github.com/hajimehoshi/ebiten/issues/3173">#3173</a>)</li>
142
+
<li>Fix an issue where a race condition during seeking in an audio player could cause noise (<ahref="https://github.com/hajimehoshi/ebiten/issues/3173">#3173</a>).</li>
143
+
</ul>
144
+
<h2>v2.8.7</h2>
145
+
<h3>Buf Fixes</h3>
146
+
<p><ahref="https://github.com/hajimehoshi/ebiten/milestone/142?closed=1">Issues for v2.8.7</a></p>
147
+
<ul>
148
+
<li>Fixed an issue where calling <code>SetBufferSize</code> immediately after <code>audio.Player</code>’s <code>Play</code> could cause a crash (<ahref="https://github.com/hajimehoshi/ebiten/issues/3214">#3214</a>).</li>
0 commit comments