0.1.11 (2020-01-06)
  * Fixed bug related to maxSize argument to salso function.

0.1.9 (2019-11-28)
  * Improved the algorithm by adding the 'probExploration' argument to the
    'salso' function.
  * Bug fix in implementation of the algorithm.
  * Respect R's random number state for reproducibility.
  * New function: 'enumerate.permutations'

0.1.3 (2019-09-27)
  * New functions: 'dlso', 'confidence', and 'plot.salso.confidence'.
  * Added references in documentation.
  * Updated SystemRequirements and check for sufficiently version of Cargo.
  * When compiling, if suitable Cargo is not found, display INSTALL file.
  * Support compilation on Raspbian.

0.1.2 (2019-09-02)
  * First version available on CRAN.
  * Improved DESCRIPTION file as requested by CRAN.
  * Added \value to .Rd files as requested by CRAN.

0.1.1 (2019-08-30)
  * Support for static libraries.

0.1.0 (2019-08-23)
  * Initial submission to CRAN.

