From 60dbdf8e1481bf9e68562aaf47da1583779200a0 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Sat, 17 Oct 2015 17:06:41 +0200 Subject: [PATCH] Update NEWS and bump version --- DESCRIPTION | 2 +- NEWS | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 07ba0ff..a817484 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: V8 Type: Package Title: Embedded JavaScript Engine -Version: 0.8.9000 +Version: 0.9 Author: Jeroen Ooms Maintainer: Jeroen Ooms Description: An R interface to Google's open source JavaScript engine. diff --git a/NEWS b/NEWS index e713d39..afae8fd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ +0.9 + - Fix for OSX cran builder + - Add 'v8' as a more descriptive alias for 'new_context' + - Update libv8 on Windows to 3.15 + - Add support for the new windows tool chain + 0.8 - Fix configure script for OSX - Add 'v8' as a more descriptive alias for 'new_context' + - Update libv8 on Windows to 3.15 + - Add support for the new windows tool chain 0.7 - Deprecated support for I() removed. Use JS() instead