Skip to content

Commit ec0a29c

Browse files
committed
contents/en/documents/2.8: v2.8.6 released
1 parent 2dc498f commit ec0a29c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

contents/en/documents/2.8.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,9 @@ <h3>Bug Fixes</h3>
135135
<ul>
136136
<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 (<a href="https://github.com/hajimehoshi/ebiten/issues/3118">#3118</a>).</li>
137137
</ul>
138+
<h2>v2.8.6</h2>
139+
<h3>Bug Fixes</h3>
140+
<p><a href="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 (<a href="https://github.com/hajimehoshi/ebiten/issues/3173">#3173</a>)</li>
143+
</ul>

contents/ja/documents/2.8.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,9 @@ <h3>バグ修正</h3>
135135
<ul>
136136
<li>Windows で <code>ebiten.SetWindowDecorated(false)</code> を呼んだときに、ウィンドウが画面上部に配置できなかった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3118">#3118</a>)。</li>
137137
</ul>
138+
<h2>v2.8.6</h2>
139+
<h3>バグ修正</h3>
140+
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/141?closed=1">Issues for v2.8.6</a></p>
141+
<ul>
142+
<li>オーディオプレーヤーのシーク時にレースコンディションが発生し、ノイズが発生することがある問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3173">#3173</a>)</li>
143+
</ul>

0 commit comments

Comments
 (0)