Skip to content

Commit 5e0dc31

Browse files
committed
contents/en/documents/2.9: v2.9.2 released
1 parent 7268ce6 commit 5e0dc31

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

contents/en/documents/2.9.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,9 @@ <h3>Bug Fixes</h3>
144144
<ul>
145145
<li>Fixed an issue where <code>inpututil.IsKeyJustReleased</code> could return true for multiple consecutive ticks (Update calls) even though the key was released only once (<a href="https://github.com/hajimehoshi/ebiten/issues/3326">#3326</a>).</li>
146146
</ul>
147+
<h2>v2.9.2</h2>
148+
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/147?closed=1">Issues for v2.9.2</a></p>
149+
<h3>Bug Fixes</h3>
150+
<ul>
151+
<li>Fixed an issue where vector rendering did not work correctly on images created by <code>SubImage</code> (<a href="https://github.com/hajimehoshi/ebiten/issues/3330">#3330</a>).</li>
152+
</ul>

contents/ja/documents/2.9.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,9 @@ <h3>バグ修正</h3>
144144
<ul>
145145
<li>1 回キーを離しただけなのに、 <code>inpututil.IsKeyJustReleased</code> が連続したティック (Update) で true を返すことがあった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3326">#3326</a>)。</li>
146146
</ul>
147+
<h2>v2.9.2</h2>
148+
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/147?closed=1">Issues for v2.9.2</a></p>
149+
<h3>バグ修正</h3>
150+
<ul>
151+
<li><code>SubImage</code> によって作られた画像に対するベクター描画が正しく動かなかった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3330">#3330</a>)。</li>
152+
</ul>

0 commit comments

Comments
 (0)