From 3c0369405bc6f2d5ffa9d2c24460597397ef72d2 Mon Sep 17 00:00:00 2001 From: Dan Reid Date: Tue, 20 Jun 2017 11:53:10 +0100 Subject: [PATCH] Bumping version to 0.3.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d12335b..50e5ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.3.0 + - Added support for DT_LARGE responses, these are used for extremely large responses from R + - Fixed bug where handshake issues were reported as incompatible RServe versions + - Assignment capabilities no longer beta + 0.2.0 - Added variable assignment [beta] (thanks @qingdimeng) - Fixed boolean array parsing in lists (thanks @harryrose) diff --git a/README.md b/README.md index 8b077d1..db26361 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Roger currently supports the following response types from R: With the use of JSON, this capability can be used to transfer any serializable object. For examples see sexp_parsing_test.go. -### Assignment Support (beta) +### Assignment Support Roger allows variables to be defined within an R session from Go. Currently the following types are supported for variable assignment: