mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
doc: Update changelog
This commit is contained in:
parent
2f4a46d1f5
commit
9ec37fbf19
@ -86,7 +86,7 @@ pre {
|
||||
<ul>
|
||||
<li>Support for gamepads</li>
|
||||
<li>Support for touch events</li>
|
||||
<li>Added new functions for image rendering:
|
||||
<li>Add new functions for image rendering:
|
||||
<ul>
|
||||
<li>Image.ReplacePixels</li>
|
||||
</ul>
|
||||
@ -98,6 +98,16 @@ pre {
|
||||
<li>These packages are experimental and we don't guarantee backward compatibility.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Deprecate some APIs
|
||||
<ul>
|
||||
<li>TranslateGeo (Use GeoM's Translate instead)</li>
|
||||
<li>ScaleGeo (Use GoeM's Scale instead)</li>
|
||||
<li>RotateGeo (Use GoeM's Rotate instead)</li>
|
||||
<li>TranslateColor (Use ColorM's Translate instead)</li>
|
||||
<li>ScaleColor (Use ColorM's Scale instead)</li>
|
||||
<li>RotateHue (Use ColorM's RotateHue instead)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Some bug fix.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -114,7 +114,7 @@ pre {
|
||||
<ul>
|
||||
<li>Support for gamepads</li>
|
||||
<li>Support for touch events</li>
|
||||
<li>Added new functions for image rendering:
|
||||
<li>Add new functions for image rendering:
|
||||
<ul>
|
||||
<li>Image.ReplacePixels</li>
|
||||
</ul>
|
||||
@ -126,6 +126,16 @@ pre {
|
||||
<li>These packages are experimental and we don't guarantee backward compatibility.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Deprecate some APIs
|
||||
<ul>
|
||||
<li>TranslateGeo (Use GeoM's Translate instead)</li>
|
||||
<li>ScaleGeo (Use GoeM's Scale instead)</li>
|
||||
<li>RotateGeo (Use GoeM's Rotate instead)</li>
|
||||
<li>TranslateColor (Use ColorM's Translate instead)</li>
|
||||
<li>ScaleColor (Use ColorM's Scale instead)</li>
|
||||
<li>RotateHue (Use ColorM's RotateHue instead)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Some bug fix.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user