diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..4ca9b4a574c76bfff96cef7dc78cde988674196a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ + +# 1.0 RC 3 + +Added missing R builtins and C API + +* vmmin +* SETLENGTH, TRUELENGHT, SET_TRUELENGTH +* simplified version of LEVELS +* addInputHandler, removeInputHandler + +Bug fixes + +* The plotting window did not display anything after it was closed and reopened. +* Various smaller issues discovered during testing of CRAN packages. + +New features + +* Script that configures FastR for the current system (jre/languages/R/bin/configure_fastr) does not require Autotools anymore. +* Users can build a native image of the FastR runtime. The native image provides faster startup and slightly slower peak performance. Run jre/languages/R/bin/install_r_native_image to build the image.