vga/Changelog.md

11 lines
227 B
Markdown
Raw Normal View History

2020-03-19 10:06:46 -05:00
# 0.1.2
## Breaking
2020-03-24 16:17:13 -05:00
- `ScreenCharacter::new` now takes a `TextModeColor` instead of 2 `Color16`.
2020-03-19 10:06:46 -05:00
## Other
- Added `ScreenCharacter::get_character`.
- Added `ScreenCharacter::get_color`.
- Added `TextWriter::read_character`.