From 1b4479a13e968c25e74cf52d7c2a379ab8171f42 Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Mon, 12 Nov 2012 16:39:32 +1100 Subject: [PATCH] Updated changes section for 0.3 release. --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 3c6e5e4..d450829 100755 --- a/readme.md +++ b/readme.md @@ -80,6 +80,10 @@ Some sample code to use the terminal: ## Changes +### 0.3 + +* Fixes to work with 64-bit OpenJDK 7 on Mac OS X. Thanks to Rene Gršschke. + ### 0.2 * Fixes to make native library extraction multi-process safe. @@ -204,3 +208,4 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. * Fire events when terminal size changes. * Fire events when files change. * Expose system keystores and authentication services. +* Expose a mechanism for generating a temporary directory.