diff options
Diffstat (limited to 'changelog.html')
-rw-r--r-- | changelog.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/changelog.html b/changelog.html new file mode 100644 index 0000000..50acfd2 --- /dev/null +++ b/changelog.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + </head> + <body> + <h1>12</h1> + <ul> + <li>Add "changelog.html" to keep track of changes.</li> + <li>Remove deprecated gfx library files.</li> + <li>Fix PGKBUILD version not considering version 0.</li> + <li>Add new language example.</li> + <li>Begin rewrite of entire codebase.<\li> + <li>Move old codebase into the "old" folder.</li> + <li>Begin creation Luma stdlib API.</li> + <li>Build "luma.bin" file instead of "luma.elf".</li> + </ul> + <h1>11</h1> + <h1>↋</h1> + <h1>↊</h1> + <h1>9</h1> + <h1>8</h1> + <h1>7</h1> + <h1>6</h1> + <h1>5</h1> + <h1>4</h1> + <h1>3</h1> + <h1>2</h1> + <h1>1</h1> + <h1>0</h1> + </body> +</html> |