vga/Changelog.md

11 lines
230 B
Markdown
Raw Normal View History

2020-03-19 15:06:46 +00:00
# 0.1.2
## Breaking
- `ScreenCharacter::new` now takes a `TextModeColor` instead of 2 `Color16Bit`.
## Other
- Added `ScreenCharacter::get_character`.
- Added `ScreenCharacter::get_color`.
- Added `TextWriter::read_character`.