rmarkdown 0.6
--------------------------------------------------------------------------------

* Support for parameterized reports. Parameter names and default values are 
  defined in YAML and can be specified via the 'params' argument to the
  render function

* 'md_extensions' option to enable/disable markdown extensions for input files

* Automatically discover and include dependent resources (e.g. images, css, 
  etc.) for interactive documents.
  
* Added pandoc_version function.  
  
* Use VignetteEncoding directive in html_vignette format

* Fix issues related to use of non-ASCII characters in ioslides_presentation

* Non-ASCII characters in the YAML data are not marked with the UTF-8 encoding
  when they are read into R, so character strings in `rmarkdown::metadata` may
  be displayed incorrectly (#420)

* Various improvements to tufte_handout format


rmarkdown 0.5.1
--------------------------------------------------------------------------------

* Add 'dev' option to output formats to specify output device for figures

* Enable use of footnotes in titles of LaTeX documents

* Various improvements related to directory detection/handling on Windows


rmarkdown 0.4.2
--------------------------------------------------------------------------------

* Sync to the latest LaTeX and Beamer templates from pandoc-templates

* Switched from the Bootstrap 2 web framework to Bootstrap 3. This is designed
  to work with Shiny >= 0.10.3, which has made the same switch

* Add CSS to restore responsive image behavior from Bootstrap 2

* Use a more subtle treatment for inline code in Bootstrap themed documents

* Improved support for multiple authors in ioslides

* Workaround for poor rendering of ioslides multi-columns lists in Safari 8 

* Serve index.html as fallback default file for rmarkdown::run


rmarkdown 0.3.11
--------------------------------------------------------------------------------

Initial release to CRAN

