Updated readme and changelog

This commit is contained in:
Daniel Collin 2017-08-11 12:57:18 +02:00
parent 5d70e6fc5c
commit 7860c66aec
2 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning. This project follows semantic versioning.
### v0.10.0 (2017-08-11)
- [changed] ```update_with_buffer``` Now make sures that input buffer will be large enough. As of this it now returns ```Result<>``` to indicate the status of the call.
### v0.9.2 (2017-07-31) ### v0.9.2 (2017-07-31)
- [fixed] Bumped x11-dll to 2.14 as it was causing issues on nightly. - [fixed] Bumped x11-dll to 2.14 as it was causing issues on nightly.

View file

@ -14,7 +14,7 @@ Usage
```toml ```toml
# Cargo.toml # Cargo.toml
[dependencies] [dependencies]
minifb = "0.9.1" minifb = "0.10.0"
``` ```
Example Example
@ -51,7 +51,7 @@ fn main() {
Status Status
------ ------
Currently Mac, Linux and Windows (64-bit and 32-bit) are the current supported platforms. X11 (Linux/FreeBSD/etc) support has been tested on Ubuntu (x64). Bug report(s) for other OSes/CPUs are welcome! Currently Mac, Redox, Linux and Windows (64-bit and 32-bit) are the current supported platforms. X11 (Linux/FreeBSD/etc) support has been tested on Ubuntu (x64). Bug report(s) for other OSes/CPUs are welcome!
Build instructions Build instructions