RStata 1.1.0
----------------------------------------------------------------

BUG FIXES
* chooseStataBin: fixed quoting in Stata path on Windows
* stata: removed unused parameter stata.quiet
* misc code cleaning

RStata 1.0.0
----------------------------------------------------------------

NEW FEATURES
* Available on CRAN


RStata 0.4.1
----------------------------------------------------------------

BUG FIXES
* cleaner output and removed unprintable chars (at the beginning of the
  output). Now it's possibile to have knitr document including Stata
  'chunk'(tested on Linux).


RStata 0.4.0
----------------------------------------------------------------

NEW FEATURES
* Now it is possibile to code multiple statements in a more natural way
  (due to a bit of strsplit), eg:

  ```
  stata_src <- '

  version 10
  set more off
  sysuse auto
  reg mpg weight

  '
  stata(stata_src)
  ```    


RStata 0.3.0
----------------------------------------------------------------

BUG FIXES
* capture noisily by default in order to avoid unneeded freezings (eg when
  making mistakes with stata syntax).
  

RStata 0.2.2
----------------------------------------------------------------

NEW FEATURES
* Added read/write compatibility for Stata 14 (#3). Thanks to tystan.

BUG FIXES
* set more off by default at the beginning of the script, in order to avoid
  unneeded freezings (eg when looking documentation).


RStata 0.2.1
----------------------------------------------------------------

BUG FIXES
* better README.md.


RStata 0.2.0
----------------------------------------------------------------

NEW FEATURES

* NEWS introduced;
* x.x.x numbering introduced.
