Skip to content

Commit cf5d783

Browse files
committed
Update CHANGELOG
1 parent 7a1f895 commit cf5d783

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@ New features:
55
* new JUL-like logging infrastructure backed by Truffle
66
* FastR options backed by Truffle now. New command-line format - i.e. bin/r --R.PerformanceWarning="true". Also configurable via org.graal.polyglot.Context.Builder.
77
* script configure_fastr also regenerates etc/Renviron and etc/ldpaths
8+
* FastR vectors are not writeable from other languages
9+
* in order to update FastR vectors from other languages:
10+
retrieve reference to the subset assign function `` `[<-` `` and execute it.
11+
Note that it will return the new vector with the updated values.
12+
13+
Added missing R builtins and C API
14+
15+
* `polyroot`
16+
* dummy implementation of `pcre_config`
817

918
Bug fixes:
1019

11-
* when using GNU-R graphics (-UseInternalGridGraphics) FastR would still override the graphics package R functions
20+
* when using GNU-R graphics (--R.UseInternalGridGraphics=false) FastR would still override the graphics package R functions
1221
* cannot install RcppParallel #52
22+
* visibility propagation in `tryCatch`
1323

1424
# 1.0 RC 12
1525

0 commit comments

Comments
 (0)