diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-03-01 20:29:02 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-03-01 20:29:02 -0500 |
commit | d239552ce7220e448ae81f41515138f7b9e3c4db (patch) | |
tree | 15d656f625554f88e55c55873fd262d553e875bf | |
parent | 829b0f1a7cda1bccdf44a379fb3a96e519a7e8cd (diff) | |
download | seabios-rel-1.16.0.tar.gz |
docs: Note v1.16.0 releaserel-1.16.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Releases.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md index 1e2b8981..584b22f2 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,6 +1,14 @@ History of SeaBIOS releases. Please see [download](Download) for information on obtaining these releases. +SeaBIOS 1.16.0 +============== + +Available on 20220301. Major changes in this release: + +* SMBIOS v3.0 support on QEMU +* Several bug fixes and code cleanups. + SeaBIOS 1.15.0 ============== |