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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,3 +135,9 @@ <h3>Bug Fixes</h3>
135
135
<ul>
136
136
<li>Fixed an issue where the window could not be positioned at the top of the screen when calling <code>ebiten.SetWindowDecorated(false)</code> on Windows (<ahref="https://github.com/hajimehoshi/ebiten/issues/3118">#3118</a>).</li>
137
137
</ul>
138
+
<h2>v2.8.6</h2>
139
+
<h3>Bug Fixes</h3>
140
+
<p><ahref="https://github.com/hajimehoshi/ebiten/milestone/141?closed=1">Issues for v2.8.6</a></p>
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>
0 commit comments