From 4a99b7d29e7812c2db3ecbd9e8dee031fc3bcd97 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 10 Jul 2014 15:11:28 +0300 Subject: [PATCH] Add version info --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6476ffd..ffe8880 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,16 @@ Known issues When launching the example with `make run` keyboard and mouse input is being lost sometimes. Executing the example directly by using `./bin/example` might solve the problem. Not sure how and why. Version history ------------- +--------------- + +### Version 0.1.4 (2014-07-10): + - Added fbo texture example + - Replaced the main example with the fbo texture one + - Added simple quad surface + - Fixed a couple of bugs + - Introduced new branching model + - Added joint snapping + - Improved README ### Version 0.1.3 (2014-05-16): - Added sources view (for selected surface)