changelog

This commit is contained in:
Lokathor 2022-10-07 20:51:31 -06:00
parent 14a68fec14
commit e8fb90a855

View file

@ -1,6 +1,9 @@
# Changelog # Changelog
* **0.8.0 (unreleased):** * **0.9.0:** (unreleased)
* **Break:** Quite a bit of the video interface has been replaced, but it
should be much easier to use now.
* **0.8.0:**
* **Break:** Removed the macros for `GbaCell` access in favor of just methods. * **Break:** Removed the macros for `GbaCell` access in favor of just methods.
I had at first thought that they'd assign registers and then inline, but it I had at first thought that they'd assign registers and then inline, but it
turns out that the inline phase happens way before the register assignment turns out that the inline phase happens way before the register assignment