# RMSS 1.0.0
* Initial stable release of package.

# RMSS 1.1.0
* Add tau estimator as a method for the cross-validation procedure.
* Add split robust least-angle regression as a method for the initial estimator.
* Fix dimension error for initial estimator.

# RMSS 1.1.1
* Change badges for README file.

# RMSS 1.1.2
* Update the computation of the CV error for each combination of the tuning parameters.

# RMSS 1.2.0
* Improve the C++ source code for speed and memory efficiency.

# RMSS 1.2.1
* Better handling of near-singular matrices in C++ code.
* The tau scale estimator for parameter selection is now done on the prediction residuals, not the absolute value of the prediction residuals.

# RMSS 1.2.2
* Remove the deprecated call to arma::is_finite() and replace it with std::isfinite().