Skip to content

Commit 0595378

Browse files
Add changelog file (backport modifications?)
1 parent 61d915f commit 0595378

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Toolchain
2+
3+
#### Version 7.0
4+
+ Add scripts to build/clean libraries and examples easily
5+
+ Move spasm to /bin rather than /lib/src/include
6+
+ Fix demo 11 readme
7+
8+
#### Version 6.95
9+
+ Modify cstartup.asm to disable usb timers and reset them on exit
10+
11+
## Libraries
12+
13+
#### Version 6.95
14+
+ `graphx` Optimize gfx_Darken to be about 25% faster
15+
+ `graphx` Optimize gfx_Lighten to be about 19% faster
16+
+ `graphx` Characters 0x01-0x1F are considered printable rather than control
17+
+ `graphx` Add support for width/height of tiles not powers of 2
18+
+ `graphx` Fix bug with tile index 255

0 commit comments

Comments
 (0)