Changelog and version bump

This commit is contained in:
Ryan Kennedy 2020-04-05 18:58:30 -05:00
parent d61a3f783a
commit 39ad683665
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "vga" name = "vga"
version = "0.2.2" version = "0.2.3"
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"] authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
edition = "2018" edition = "2018"
description = "Support for vga specific functions, data structures, and registers." description = "Support for vga specific functions, data structures, and registers."

View file

@ -1,3 +1,8 @@
# 0.2.3
- Added support for 320x240x256 mode via `Graphics320x240x256`.
- Added the ability to easily get a pointer to the modes frame buffer via `GraphicsWriter::get_frame_buffer`.
# 0.2.2 # 0.2.2
## Breaking ## Breaking