minifb 0.8.3

Closes #25
This commit is contained in:
Daniel Collin 2016-07-29 11:05:30 +02:00
parent d4c7100b44
commit 82b44cd959
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
This project follows semantic versioning.
### v0.8.3 (2016-07-29)
- [fixed] Mac: "Plonk sound" when pressing keys
- [fixed] Mac: incorrect size for ``get_size()``
### v0.8.2 (2016-07-07)
- [fixed] Fixed so keypad keys works on Linux

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.8.2"
version = "0.8.3"
license = "MIT/Apache-2.0"
authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup with optional bitmap rendering"