// // // // // // // // // // // // // // // // // // // // // // // // // //
//                                                                         //
// News for package jsr223                                                 //
//                                                                         //
// // // // // // // // // // // // // // // // // // // // // // // // // //

* * * 2018-12-12 v 0.3.4 * * *

- Minor compatibility changes for R 4.1.0.

* * * 2018-12-12 v 0.3.3 * * *

- Documentation updated to reflect paper accepted by The R Journal. Also,
  documentation includes notes regarding Nashorn's deprecation in Java 11.

- Due to Nashorn's deprecation, no script engines are guaranteed to be
  available during installation of the package. Therefore, all automated
  tests have been removed from the package.

* * * 2018-04-26 v 0.3.2 * * *

- ScriptEngine$new() will automatically convert paths in `class.path` to
  fully-qualified paths. This resolves errors caused when relative class
  paths are used and the current working directory changes.

- The function getKotlinScriptEngineJars() will always return fully-qualified
  paths.

- Suppressed data exchange testing that requires long doubles on platforms
  that do not support long doubles.

* * * 2018-03-28 v 0.3.1 * * *

- Changed data exchange tests involving Java bytes and JavaScript Nashorn
  variables. Nashorn behavior changed in Java 9 and 10 to convert Java
  Byte objects to Integer objects automatically when set to a JavaScript
  variable.

- Updated Java version check during package initialization.

- Minor changes in vignette.

* * * 2018-03-07 v 0.3.0 * * *

- Initial release.
