mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 18:02:02 +01:00
Add changelog
This commit is contained in:
parent
9915e6764a
commit
81ed2e3f18
@ -108,6 +108,7 @@ pre {
|
||||
<ul>
|
||||
<li>ImagePart is deprecated. Use ImageParts interface instead.</li>
|
||||
<li>ColorM.Element and GeoM.Element's recievers changed from structs to pointers.</li>
|
||||
<li>A lot of keyboard keys have been added. KeyMax and MouseButtonMax were removed.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -349,6 +349,7 @@ func main() {
|
||||
<ul>
|
||||
<li>ImagePart is deprecated. Use ImageParts interface instead.</li>
|
||||
<li>ColorM.Element and GeoM.Element's recievers changed from structs to pointers.</li>
|
||||
<li>A lot of keyboard keys have been added. KeyMax and MouseButtonMax were removed.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user