Skip to content

Commit

Permalink
Bumping version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dareid committed Jun 20, 2017
1 parent aa2b8f1 commit 3c03694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3c03694

Please sign in to comment.