# rversions 2.0.0

## Breaking change

* `r_versions()` and all other functions now parse the date, so the date
  column is a POSIXt, not a character (#13).

# rversions 1.1.0

* All function outputs now also have a column with version nickname(s).

* R versions are now cached within each R session (@richfitz, #6).

# rversions 1.0.3

* Use `xml2::xml_find_first` instead of deprecated `xml2::xml_find_one`
  (Thanks to @jimhester)

# rversions 1.0.2

* Explicit import from base packages

# rversions 1.0.1

* Rewritten using `xml2` and `curl` instead of `XML` and `RCurl`
  (Thanks to @jeroenooms)

# rversions 1.0.0

First released version.
