1.0.4 (20XX-XX-XX)
  * Modified 'rscalaPackage' and 'rscalaLoad' functions to conform to CRAN
    policies.
  * Support for subassignment into vectors and lists in RClient.
  * Bug fixes:
      - Respect 'java.opts' and 'java.heap.maximum' arguments.

1.0.3 (2015-03-23)
  * Added support to directly calling methods of an reference, instantiating an
    object, and calling methods of companion objects.
  * Added function 'scalap' to show the names and signatures of class and
    companion objects.
  * Added methods 'evalD0', 'evalD1', etc. and removed '%~%' method in RClient.
  * Use 'as.reference=NA' in 'intpGet' and friends so that 'as.reference=FALSE'
    is tried first and, if conversion is not possible, 'as.reference=TRUE' is
    done.
  * Added 'rscalaPackage' and 'rscalaLoad' functions to facilitate other
    packages depending on the 'rscala' package.
  * Behind the scenes changes:
      - Determine Scala version using Java executable (as located by 'javaCmd'
        function) instead of Scala executable.
      - Added infrastructure to support alternative interpreters in the future.
      - Miscellaneous bug fixes.

1.0.2 (2015-03-07)
  * On Windows, if all else fails, try to find the Java installation using the
    Windows registry.
  * Facilitate other packages depending on 'rscala' by explicitly importing
    'util' package needed for 'download.file' function.

1.0.1 (2015-03-05)
  * Initial release to CRAN.

1.0.0 (2015-03-03)
  * Release to beta testers.

