Changelog and version bump
This commit is contained in:
parent
d61a3f783a
commit
39ad683665
|
@ -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."
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue