Changelog and version bump

pull/14/head
Ryan Kennedy 2020-04-05 18:58:30 -05:00
parent 9cfe78a889
commit 817023c268
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vga"
version = "0.2.2"
version = "0.2.3"
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
edition = "2018"
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
## Breaking