From 7860c66aec6c550042e5f7af920d1f6d09a9b6a7 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Fri, 11 Aug 2017 12:57:18 +0200 Subject: [PATCH] Updated readme and changelog --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbea3e..88fd3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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) - [fixed] Bumped x11-dll to 2.14 as it was causing issues on nightly. diff --git a/README.md b/README.md index 685163d..002a5a9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Usage ```toml # Cargo.toml [dependencies] -minifb = "0.9.1" +minifb = "0.10.0" ``` Example @@ -51,7 +51,7 @@ fn main() { 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